klipper-dgus/src
Kevin O'Connor c20f993747 spicmds: Add Kconfig option to allow boards to disable SPI commands
Some boards may not support SPI transfers.  Update the build so that
those commands do not need to be compiled if they are not available.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2016-06-13 23:18:59 -04:00
..
avr spicmds: Add Kconfig option to allow boards to disable SPI commands 2016-06-13 23:18:59 -04:00
generic generic: Add new file generic/io.h and move read/writeb() to it 2016-06-13 23:18:59 -04:00
simulator Makefile: Move listing of directories to create to board makefiles 2016-06-13 23:18:59 -04:00
Kconfig spicmds: Add Kconfig option to allow boards to disable SPI commands 2016-06-13 23:18:59 -04:00
Makefile spicmds: Add Kconfig option to allow boards to disable SPI commands 2016-06-13 23:18:59 -04:00
adccmds.c gpiocmds: Add Kconfig option to allow boards to disable ADC commands 2016-06-13 23:18:59 -04:00
basecmd.c sched: Change sched_from_ms() to sched_from_us() 2016-06-02 17:52:11 -04:00
basecmd.h Initial commit of source code. 2016-05-25 11:37:40 -04:00
command.c generic: Create generic board infrastructure and move misc.h to it 2016-06-13 23:18:58 -04:00
command.h Initial commit of source code. 2016-05-25 11:37:40 -04:00
compiler.h compiler.h: Check if __aligned and __section macros are already defined 2016-06-13 23:18:59 -04:00
declfunc.lds.S Initial commit of source code. 2016-05-25 11:37:40 -04:00
endstop.c Initial commit of source code. 2016-05-25 11:37:40 -04:00
gpiocmds.c gpiocmds: Add Kconfig option to allow boards to disable ADC commands 2016-06-13 23:18:59 -04:00
sched.c generic: Move board timer.h files into generic/misc.h 2016-06-13 23:18:58 -04:00
sched.h sched: Change sched_from_ms() to sched_from_us() 2016-06-02 17:52:11 -04:00
spicmds.c Initial commit of source code. 2016-05-25 11:37:40 -04:00
stepper.c stepper: Optimize for case where add is zero 2016-06-13 15:34:56 -04:00
stepper.h Initial commit of source code. 2016-05-25 11:37:40 -04:00