| author | Joseph Coffland <joseph@cauldrondevelopment.com> | |
| Sat, 14 Jan 2017 01:51:44 +0000 (17:51 -0800) | ||
| committer | Joseph Coffland <joseph@cauldrondevelopment.com> | |
| Sat, 14 Jan 2017 01:51:44 +0000 (17:51 -0800) | ||
| commit | 529e11d6fa39855ed9c967303395b98dbccd94de | |
| tree | e271dae13e0fb266c4082a1cb6fe2202ae23729b | tree | snapshot |
| parent | d93e3ea38be29e99321ea4cabe4a8139967baa7e | commit | diff |
| .gitignore | [deleted file] | blob | history |
| CODE_TAG | [deleted file] | blob | history |
| LICENSE | [deleted file] | blob | history |
| Makefile | [deleted file] | blob | history |
| MoveLifecycle.md | [deleted file] | blob | history |
| README.md | [deleted file] | blob | history |
| avr/.gitignore | [new file with mode: 0755] | blob |
| avr/CODE_TAG | [new file with mode: 0644] | blob |
| avr/LICENSE | [new file with mode: 0644] | blob |
| avr/Makefile | [new file with mode: 0644] | blob |
| avr/MoveLifecycle.md | [new file with mode: 0644] | blob |
| avr/README.md | [new file with mode: 0644] | blob |
| avr/data_usage.py | [new file with mode: 0755] | blob |
| avr/src/axis.c | [new file with mode: 0644] | blob |
| avr/src/axis.h | [new file with mode: 0644] | blob |
| avr/src/command.c | [new file with mode: 0644] | blob |
| avr/src/command.def | [new file with mode: 0644] | blob |
| avr/src/command.h | [new file with mode: 0644] | blob |
| avr/src/config.h | [new file with mode: 0644] | blob |
| avr/src/coolant.c | [new file with mode: 0644] | blob |
| avr/src/coolant.h | [new file with mode: 0644] | blob |
| avr/src/cpp_magic.h | [new file with mode: 0644] | blob |
| avr/src/drv8711.c | [new file with mode: 0644] | blob |
| avr/src/drv8711.h | [new file with mode: 0644] | blob |
| avr/src/estop.c | [new file with mode: 0644] | blob |
| avr/src/estop.h | [new file with mode: 0644] | blob |
| avr/src/gcode_parser.c | [new file with mode: 0644] | blob |
| avr/src/gcode_parser.h | [new file with mode: 0644] | blob |
| avr/src/gcode_state.c | [new file with mode: 0644] | blob |
| avr/src/gcode_state.def | [new file with mode: 0644] | blob |
| avr/src/gcode_state.h | [new file with mode: 0644] | blob |
| avr/src/hardware.c | [new file with mode: 0644] | blob |
| avr/src/hardware.h | [new file with mode: 0644] | blob |
| avr/src/home.c | [new file with mode: 0644] | blob |
| avr/src/home.h | [new file with mode: 0644] | blob |
| avr/src/homing.c | [new file with mode: 0644] | blob |
| avr/src/homing.h | [new file with mode: 0644] | blob |
| avr/src/huanyang.c | [new file with mode: 0644] | blob |
| avr/src/huanyang.h | [new file with mode: 0644] | blob |
| avr/src/i2c.c | [new file with mode: 0644] | blob |
| avr/src/i2c.h | [new file with mode: 0644] | blob |
| avr/src/machine.c | [new file with mode: 0644] | blob |
| avr/src/machine.h | [new file with mode: 0644] | blob |
| avr/src/main.c | [new file with mode: 0644] | blob |
| avr/src/messages.def | [new file with mode: 0644] | blob |
| avr/src/motor.c | [new file with mode: 0644] | blob |
| avr/src/motor.h | [new file with mode: 0644] | blob |
| avr/src/pins.c | [new file with mode: 0644] | blob |
| avr/src/pins.h | [new file with mode: 0644] | blob |
| avr/src/plan/arc.c | [new file with mode: 0644] | blob |
| avr/src/plan/arc.h | [new file with mode: 0644] | blob |
| avr/src/plan/buffer.c | [new file with mode: 0644] | blob |
| avr/src/plan/buffer.h | [new file with mode: 0644] | blob |
| avr/src/plan/calibrate.c | [new file with mode: 0644] | blob |
| avr/src/plan/calibrate.h | [new file with mode: 0644] | blob |
| avr/src/plan/dwell.c | [new file with mode: 0644] | blob |
| avr/src/plan/dwell.h | [new file with mode: 0644] | blob |
| avr/src/plan/exec.c | [new file with mode: 0644] | blob |
| avr/src/plan/exec.h | [new file with mode: 0644] | blob |
| avr/src/plan/forward_dif.c | [new file with mode: 0644] | blob |
| avr/src/plan/forward_dif.h | [new file with mode: 0644] | blob |
| avr/src/plan/jog.c | [new file with mode: 0644] | blob |
| avr/src/plan/jog.h | [new file with mode: 0644] | blob |
| avr/src/plan/line.c | [new file with mode: 0644] | blob |
| avr/src/plan/line.h | [new file with mode: 0644] | blob |
| avr/src/plan/planner.c | [new file with mode: 0644] | blob |
| avr/src/plan/planner.h | [new file with mode: 0644] | blob |
| avr/src/plan/runtime.c | [new file with mode: 0644] | blob |
| avr/src/plan/runtime.h | [new file with mode: 0644] | blob |
| avr/src/plan/state.c | [new file with mode: 0644] | blob |
| avr/src/plan/state.h | [new file with mode: 0644] | blob |
| avr/src/probing.c | [new file with mode: 0644] | blob |
| avr/src/probing.h | [new file with mode: 0644] | blob |
| avr/src/pwm_spindle.c | [new file with mode: 0644] | blob |
| avr/src/pwm_spindle.h | [new file with mode: 0644] | blob |
| avr/src/report.c | [new file with mode: 0644] | blob |
| avr/src/report.h | [new file with mode: 0644] | blob |
| avr/src/ringbuf.def | [new file with mode: 0644] | blob |
| avr/src/rtc.c | [new file with mode: 0644] | blob |
| avr/src/rtc.h | [new file with mode: 0644] | blob |
| avr/src/spindle.c | [new file with mode: 0644] | blob |
| avr/src/spindle.h | [new file with mode: 0644] | blob |
| avr/src/status.c | [new file with mode: 0644] | blob |
| avr/src/status.h | [new file with mode: 0644] | blob |
| avr/src/stepper.c | [new file with mode: 0644] | blob |
| avr/src/stepper.h | [new file with mode: 0644] | blob |
| avr/src/switch.c | [new file with mode: 0644] | blob |
| avr/src/switch.h | [new file with mode: 0644] | blob |
| avr/src/usart.c | [new file with mode: 0644] | blob |
| avr/src/usart.h | [new file with mode: 0644] | blob |
| avr/src/util.c | [new file with mode: 0644] | blob |
| avr/src/util.h | [new file with mode: 0644] | blob |
| avr/src/varcb.c | [new file with mode: 0644] | blob |
| avr/src/vars.c | [new file with mode: 0644] | blob |
| avr/src/vars.def | [new file with mode: 0644] | blob |
| avr/src/vars.h | [new file with mode: 0644] | blob |
| avr/src/xboot/eeprom_driver.c | [new file with mode: 0644] | blob |
| avr/src/xboot/eeprom_driver.h | [new file with mode: 0644] | blob |
| avr/src/xboot/protocol.h | [new file with mode: 0644] | blob |
| avr/src/xboot/sp_driver.S | [new file with mode: 0644] | blob |
| avr/src/xboot/sp_driver.h | [new file with mode: 0644] | blob |
| avr/src/xboot/uart.c | [new file with mode: 0644] | blob |
| avr/src/xboot/uart.h | [new file with mode: 0644] | blob |
| avr/src/xboot/watchdog.c | [new file with mode: 0644] | blob |
| avr/src/xboot/watchdog.h | [new file with mode: 0644] | blob |
| avr/src/xboot/xboot.c | [new file with mode: 0644] | blob |
| avr/src/xboot/xboot.h | [new file with mode: 0644] | blob |
| avr/tmc2660_decode.py | [new file with mode: 0755] | blob |
| data_usage.py | [deleted file] | blob | history |
| src/axis.c | [deleted file] | blob | history |
| src/axis.h | [deleted file] | blob | history |
| src/command.c | [deleted file] | blob | history |
| src/command.def | [deleted file] | blob | history |
| src/command.h | [deleted file] | blob | history |
| src/config.h | [deleted file] | blob | history |
| src/coolant.c | [deleted file] | blob | history |
| src/coolant.h | [deleted file] | blob | history |
| src/cpp_magic.h | [deleted file] | blob | history |
| src/drv8711.c | [deleted file] | blob | history |
| src/drv8711.h | [deleted file] | blob | history |
| src/estop.c | [deleted file] | blob | history |
| src/estop.h | [deleted file] | blob | history |
| src/gcode_parser.c | [deleted file] | blob | history |
| src/gcode_parser.h | [deleted file] | blob | history |
| src/gcode_state.c | [deleted file] | blob | history |
| src/gcode_state.def | [deleted file] | blob | history |
| src/gcode_state.h | [deleted file] | blob | history |
| src/hardware.c | [deleted file] | blob | history |
| src/hardware.h | [deleted file] | blob | history |
| src/home.c | [deleted file] | blob | history |
| src/home.h | [deleted file] | blob | history |
| src/homing.c | [deleted file] | blob | history |
| src/homing.h | [deleted file] | blob | history |
| src/huanyang.c | [deleted file] | blob | history |
| src/huanyang.h | [deleted file] | blob | history |
| src/i2c.c | [deleted file] | blob | history |
| src/i2c.h | [deleted file] | blob | history |
| src/machine.c | [deleted file] | blob | history |
| src/machine.h | [deleted file] | blob | history |
| src/main.c | [deleted file] | blob | history |
| src/messages.def | [deleted file] | blob | history |
| src/motor.c | [deleted file] | blob | history |
| src/motor.h | [deleted file] | blob | history |
| src/pins.c | [deleted file] | blob | history |
| src/pins.h | [deleted file] | blob | history |
| src/plan/arc.c | [deleted file] | blob | history |
| src/plan/arc.h | [deleted file] | blob | history |
| src/plan/buffer.c | [deleted file] | blob | history |
| src/plan/buffer.h | [deleted file] | blob | history |
| src/plan/calibrate.c | [deleted file] | blob | history |
| src/plan/calibrate.h | [deleted file] | blob | history |
| src/plan/dwell.c | [deleted file] | blob | history |
| src/plan/dwell.h | [deleted file] | blob | history |
| src/plan/exec.c | [deleted file] | blob | history |
| src/plan/exec.h | [deleted file] | blob | history |
| src/plan/forward_dif.c | [deleted file] | blob | history |
| src/plan/forward_dif.h | [deleted file] | blob | history |
| src/plan/jog.c | [deleted file] | blob | history |
| src/plan/jog.h | [deleted file] | blob | history |
| src/plan/line.c | [deleted file] | blob | history |
| src/plan/line.h | [deleted file] | blob | history |
| src/plan/planner.c | [deleted file] | blob | history |
| src/plan/planner.h | [deleted file] | blob | history |
| src/plan/runtime.c | [deleted file] | blob | history |
| src/plan/runtime.h | [deleted file] | blob | history |
| src/plan/state.c | [deleted file] | blob | history |
| src/plan/state.h | [deleted file] | blob | history |
| src/probing.c | [deleted file] | blob | history |
| src/probing.h | [deleted file] | blob | history |
| src/pwm_spindle.c | [deleted file] | blob | history |
| src/pwm_spindle.h | [deleted file] | blob | history |
| src/report.c | [deleted file] | blob | history |
| src/report.h | [deleted file] | blob | history |
| src/ringbuf.def | [deleted file] | blob | history |
| src/rtc.c | [deleted file] | blob | history |
| src/rtc.h | [deleted file] | blob | history |
| src/spindle.c | [deleted file] | blob | history |
| src/spindle.h | [deleted file] | blob | history |
| src/status.c | [deleted file] | blob | history |
| src/status.h | [deleted file] | blob | history |
| src/stepper.c | [deleted file] | blob | history |
| src/stepper.h | [deleted file] | blob | history |
| src/switch.c | [deleted file] | blob | history |
| src/switch.h | [deleted file] | blob | history |
| src/usart.c | [deleted file] | blob | history |
| src/usart.h | [deleted file] | blob | history |
| src/util.c | [deleted file] | blob | history |
| src/util.h | [deleted file] | blob | history |
| src/varcb.c | [deleted file] | blob | history |
| src/vars.c | [deleted file] | blob | history |
| src/vars.def | [deleted file] | blob | history |
| src/vars.h | [deleted file] | blob | history |
| src/xboot/eeprom_driver.c | [deleted file] | blob | history |
| src/xboot/eeprom_driver.h | [deleted file] | blob | history |
| src/xboot/protocol.h | [deleted file] | blob | history |
| src/xboot/sp_driver.S | [deleted file] | blob | history |
| src/xboot/sp_driver.h | [deleted file] | blob | history |
| src/xboot/uart.c | [deleted file] | blob | history |
| src/xboot/uart.h | [deleted file] | blob | history |
| src/xboot/watchdog.c | [deleted file] | blob | history |
| src/xboot/watchdog.h | [deleted file] | blob | history |
| src/xboot/xboot.c | [deleted file] | blob | history |
| src/xboot/xboot.h | [deleted file] | blob | history |
| tmc2660_decode.py | [deleted file] | blob | history |