Reboot on estop clear, save estop state in EEPROM, stop spindle, flush USART and...
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Tue, 23 Aug 2016 06:03:09 +0000 (23:03 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Tue, 23 Aug 2016 06:03:09 +0000 (23:03 -0700)
commit0e697d5bf0fbbfe2575347e3fbc99e08fdc74443
treeec285af5244b419c3aa6f2ba9b6cd817040a0791
parent17b75c47cdd1fe911649bdd48a1e225b963b1004
Reboot on estop clear, save estop state in EEPROM, stop spindle, flush USART and wait for EEPROM write before reboot
27 files changed:
src/command.c
src/command.def
src/command.h
src/config.h
src/estop.c
src/estop.h
src/gcode_parser.c
src/hardware.c
src/homing.c
src/homing.h
src/huanyang.c
src/huanyang.h
src/i2c.c
src/i2c.h
src/machine.c
src/machine.h
src/main.c
src/plan/planner.c
src/pwm_spindle.c
src/pwm_spindle.h
src/spindle.c
src/spindle.h
src/stepper.c
src/usart.c
src/usart.h
src/vars.c
src/vars.def