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
*
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