klipper/src
Kevin O'Connor c1bd628ce5 command: Directly call command_sendf() for ack/nak messages
Don't use the sendf() macro for ack and nak messages - directly call
the command_sendf() code instead.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-06-29 13:33:59 -04:00
..
avr avr: Integrate usb serial console functions 2017-06-29 13:33:59 -04:00
generic command: Move low-level sendf transmission into board code 2017-06-29 13:33:58 -04:00
pru command: Move low-level sendf transmission into board code 2017-06-29 13:33:58 -04:00
sam3x8e sam3x8e: Integrate serial console functions 2017-06-29 13:33:59 -04:00
simulator command: Move low-level sendf transmission into board code 2017-06-29 13:33:58 -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: Directly call command_sendf() for ack/nak messages 2017-06-29 13:33:59 -04:00
command.h command: Move low-level sendf transmission into board code 2017-06-29 13:33:58 -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 stepper: Increase the step delay time from 1us to 2us 2017-06-13 11:53:10 -04:00
stepper.h stepper: Introduce stepper_get_position command and remove from endstop.c 2017-03-09 14:54:52 -05:00