-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule grbl
updated
34 files
+3 −6 | README.md | |
+64 −0 | changelog.md | |
+26 −12 | config.h | |
+14 −0 | core_handlers.h | |
+1 −1 | crossbar.h | |
+103 −9 | driver_opts.h | |
+155 −125 | gcode.c | |
+4 −6 | gcode.h | |
+1 −1 | grbl.h | |
+7 −0 | grbllib.c | |
+4 −2 | hal.h | |
+4 −2 | ioports.c | |
+3 −2 | ioports.h | |
+8 −4 | motion_control.c | |
+24 −5 | nvs_buffer.c | |
+11 −2 | pid.h | |
+14 −8 | pin_bits_masks.h | |
+21 −1 | plugins_init.h | |
+68 −24 | report.c | |
+1 −1 | report.h | |
+121 −39 | settings.c | |
+34 −46 | settings.h | |
+95 −56 | spindle_control.c | |
+91 −29 | spindle_control.h | |
+4 −4 | state_machine.c | |
+5 −6 | stepper.c | |
+1 −1 | stepper.h | |
+235 −65 | stepper2.c | |
+4 −4 | stepper2.h | |
+319 −328 | system.c | |
+1 −16 | system.h | |
+4 −8 | tool_change.c | |
+9 −10 | vfs.c | |
+2 −2 | vfs.h |
Submodule keypad
updated
from b89061 to 6c4817
Submodule spindle
updated
16 files
+3 −0 | CMakeLists.txt | |
+173 −0 | onoff.c | |
+395 −0 | pwm.c | |
+341 −0 | pwm_clone.c | |
+26 −9 | select.c | |
+0 −9 | shared.h | |
+53 −83 | stepper.c | |
+11 −4 | vfd/gs20.c | |
+12 −5 | vfd/h100.c | |
+10 −5 | vfd/huanyang.c | |
+11 −4 | vfd/huanyang2.c | |
+11 −4 | vfd/modvfd.c | |
+279 −0 | vfd/nowforever.c | |
+23 −18 | vfd/spindle.c | |
+1 −0 | vfd/spindle.h | |
+11 −4 | vfd/yl620.c |