index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
pca9685: Use move queue for pwm updates
Kevin O'Connor
2020-12-04
1
-13
/
+58
*
command: Fix handling of buffer passing in args[] on 64bit mcu
Kevin O'Connor
2020-10-30
1
-0
/
+6
*
linux: Fix spi handling with more than one spi device
Kevin O'Connor
2020-10-25
1
-0
/
+1
*
linux: Set the SPI mode in spidev.c
Kevin O'Connor
2020-07-31
1
-0
/
+5
*
linux: Disable hardware pwm when it is set to zero
Kevin O'Connor
2020-07-20
2
-13
/
+12
*
linux: Wait in timer dispatch for up to 2us
Kevin O'Connor
2020-06-07
1
-2
/
+2
*
linux: Ability to use multiple GPIO chips (#2935)
Lucio Tarantino
2020-06-06
3
-20
/
+48
*
linux: userspace GPIO control
andryblack
2020-05-17
9
-22
/
+186
*
htu21d: Support for HTI21D family sensor on I2C bus (#2803)
Lucio Tarantino
2020-05-03
1
-1
/
+2
*
linux: Adapt servo0 channels for beagleboard kernel 4.14.108-ti (#2746)
Janne Grunau
2020-05-03
1
-12
/
+29
*
linux: change clock frequency
andryblack
2020-05-02
1
-1
/
+1
*
linux: implement i2c
Arksine
2020-01-13
4
-1
/
+112
*
spicmds: Rework spi config commands
Kevin O'Connor
2019-08-06
1
-2
/
+2
*
linux: add support for Linux hardware PWM
Janne Grunau
2019-04-05
6
-4
/
+110
*
linux: Convert SPI to use enumerations
Kevin O'Connor
2019-04-04
1
-1
/
+10
*
linux: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-0
/
+2
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
4
-4
/
+4
*
linux: Add support for bi-directional SPI communication
Ricardo Amezquita
2018-07-24
2
-5
/
+33
*
SPI: introduce spi_prepare function
Grigori Goronzy
2018-07-08
2
-0
/
+6
*
command: Add command_find_and_dispatch() helper
Kevin O'Connor
2018-05-28
1
-3
/
+1
*
command: Add a command_encode_and_frame() helper
Kevin O'Connor
2018-05-28
1
-2
/
+1
*
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
Kevin O'Connor
2018-05-28
1
-4
/
+4
*
stepper: Introduce and use gpio_out_toggle_noirq()
Kevin O'Connor
2018-05-15
1
-0
/
+1
*
linux: Convert linux SPI code to use the generic spicmds.c code
Kevin O'Connor
2018-05-07
3
-11
/
+38
*
linux: Remove unneeded includes from timer.c
Kevin O'Connor
2017-10-23
1
-2
/
+0
*
linux: Fix typo causing config_reset to not fully restart
Kevin O'Connor
2017-10-15
1
-1
/
+1
*
linux: Open watchdog device after console
Kevin O'Connor
2017-10-15
1
-7
/
+5
*
linux: Make sure to close fd on analog/pca9685 init failure
Kevin O'Connor
2017-10-14
2
-11
/
+17
*
pca9685: Fix missing devices_count increment
Kevin O'Connor
2017-10-13
1
-0
/
+1
*
pca9685: Support default values
Kevin O'Connor
2017-10-12
1
-21
/
+31
*
adccmds: Continue to query analog inputs after a shutdown
Kevin O'Connor
2017-10-12
1
-1
/
+2
*
sched: Don't shutdown on a "timer in the past" if already shutdown
Kevin O'Connor
2017-10-12
1
-3
/
+2
*
pru: Update installation and flash scripts
Kevin O'Connor
2017-09-20
1
-0
/
+4
*
linux: Add support for analog IIO devices
Kevin O'Connor
2017-09-20
4
-1
/
+81
*
linux: Add support for spidev devices
Kevin O'Connor
2017-09-20
2
-1
/
+69
*
linux: Add support for pca9685 i2c pwm devices
Kevin O'Connor
2017-09-20
4
-2
/
+210
*
linux: Initial support for running Klipper in a Linux real-time process
Kevin O'Connor
2017-09-20
7
-0
/
+617