klipper/src
Kevin O'Connor 88a10fb31c sam3x8e: Fix watchdog timeout calculation
Fix error causing the watchdog to be set to an ~4ms timeout instead of
500ms.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-08-08 00:27:27 -04:00
..
avr avr: Move prescaler and sleep initialization from timer.c to main.c 2017-08-07 19:39:57 -04:00
generic basecmd: Move low-level alloc code into basecmd.c 2017-07-20 10:44:31 -04:00
pru pru: Improve comments in pru0.c 2017-08-02 11:02:45 -04:00
sam3x8e sam3x8e: Fix watchdog timeout calculation 2017-08-08 00:27:27 -04:00
simulator build: Allow boards to disable digital input/output support 2017-07-20 10:44:31 -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 basecmd: Move low-level alloc code into basecmd.c 2017-07-20 10:44:31 -04:00
basecmd.h irq: Support sleeping when mcu is idle 2017-07-17 15:02:43 -04:00
command.c pru: Rework command processing so that most of it is done on pru0 2017-06-30 19:53:04 -04:00
command.h pru: Rework command processing so that most of it is done on pru0 2017-06-30 19:53:04 -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
Kconfig build: Allow boards to disable digital input/output support 2017-07-20 10:44:31 -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 sched: Pass shutdown reason code via longjmp() parameter 2017-07-04 12:49:58 -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