klipper/src
Kevin O'Connor d4bed025ed command: Store the command parsing information directly in array
Instead of defining an array of pointers, just define the array
directly.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-05-26 13:25:51 -04:00
..
avr build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
generic build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
pru build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
sam3x8e build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
simulator build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
Kconfig pru: Initial support for the Beaglebone PRU 2017-05-15 15:15:52 -04:00
Makefile debugcmds: Move debugging commands from basecmd.c to new file 2017-05-15 14:02:59 -04:00
adccmds.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
basecmd.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
basecmd.h basecmd: Use oid_ prefix for the oid manipulation functions 2017-03-09 13:49:03 -05:00
command.c command: Store the command parsing information directly in array 2017-05-26 13:25:51 -04:00
command.h command: Store the command parsing information directly in array 2017-05-26 13:25:51 -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 build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
gpiocmds.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
pwmcmds.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
sched.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
sched.h build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
spicmds.c Initial commit of source code. 2016-05-25 11:37:40 -04:00
stepper.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
stepper.h stepper: Introduce stepper_get_position command and remove from endstop.c 2017-03-09 14:54:52 -05:00