klipper/src
Kevin O'Connor 4d60567bc6 linux: Add support for spidev devices
Add support for sending SPI messages to devices via the standard Linux
SPI interface.  This can be used to configure the shift registers on
Replicape boards.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-09-20 12:55:28 -04:00
..
avr avr: Check that FLASH_DEVICE is set on "make flash" command 2017-09-05 22:12:15 -04:00
generic timer_irq: Rework timer irq handler to check for tasks pending 2017-08-09 21:08:40 -04:00
linux linux: Add support for spidev devices 2017-09-20 12:55:28 -04:00
pru pru: Avoid calling "slp" instruction on pru0 2017-09-11 13:12:18 -04:00
sam3x8e command: Don't pass max_size to command_encodef() 2017-08-14 18:32:15 -04:00
simulator avr: Implement internal avr specific timer to handle 16bit overflows 2017-08-08 00:27:28 -04:00
adccmds.c mcu: Provide some further help on common MCU shutdown errors 2017-09-05 22:12:15 -04:00
basecmd.c mcu: Provide some further help on common MCU shutdown errors 2017-09-05 22:12:15 -04:00
basecmd.h pru: Support config_reset command to manually reset mcu 2017-09-03 23:16:38 -04:00
command.c linux: Initial support for running Klipper in a Linux real-time process 2017-09-20 12:55:28 -04:00
command.h command: Don't pass max_size to command_encodef() 2017-08-14 18:32:15 -04:00
compiler.h compiler.h: Check if __aligned and __section macros are already defined 2016-06-13 23:18:59 -04:00
ctr.h build: Avoid linker magic in compile_time_request.c unique id generation 2017-05-26 12:32:02 -04:00
debugcmds.c debugcmds: Move debugging commands from basecmd.c to new file 2017-05-15 14:02:59 -04:00
endstop.c sched: Don't count milliseconds in the periodic timer 2017-08-08 00:27:27 -04:00
gpiocmds.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
Kconfig linux: Initial support for running Klipper in a Linux real-time process 2017-09-20 12:55:28 -04:00
Makefile build: Allow boards to disable digital input/output support 2017-07-20 10:44:31 -04:00
pwmcmds.c pwmcmds: Update event prototypes to use uint_fast8_t 2017-08-06 20:24:22 -04:00
sched.c pru: Support config_reset command to manually reset mcu 2017-09-03 23:16:38 -04:00
sched.h pru: Support config_reset command to manually reset mcu 2017-09-03 23:16:38 -04:00
spicmds.c Initial commit of source code. 2016-05-25 11:37:40 -04:00
stepper.c mcu: Provide some further help on common MCU shutdown errors 2017-09-05 22:12:15 -04:00
stepper.h stepper: Introduce stepper_get_position command and remove from endstop.c 2017-03-09 14:54:52 -05:00