-
Notifications
You must be signed in to change notification settings - Fork 16
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
38 files
+3 −6 | README.md | |
+184 −1 | changelog.md | |
+37 −12 | config.h | |
+14 −0 | core_handlers.h | |
+13 −0 | crossbar.c | |
+4 −1 | crossbar.h | |
+128 −9 | driver_opts.h | |
+185 −140 | gcode.c | |
+13 −11 | gcode.h | |
+1 −1 | grbl.h | |
+7 −0 | grbllib.c | |
+4 −2 | hal.h | |
+4 −2 | ioports.c | |
+3 −2 | ioports.h | |
+29 −30 | motion_control.c | |
+24 −5 | nvs_buffer.c | |
+11 −2 | pid.h | |
+100 −41 | pin_bits_masks.h | |
+4 −1 | planner.h | |
+3 −0 | plugins.h | |
+21 −1 | plugins_init.h | |
+1 −1 | protocol.c | |
+154 −111 | report.c | |
+1 −1 | report.h | |
+128 −42 | settings.c | |
+35 −46 | settings.h | |
+98 −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 | |
+16 −17 | vfs.c | |
+3 −3 | vfs.h |
Submodule networking
updated
6 files
+9 −8 | README.md | |
+1 −3 | fs_ram.c | |
+1 −3 | fs_stream.c | |
+14 −1 | networking.c | |
+2 −1 | networking.h | |
+141 −111 | wiznet/enet.c |
Submodule spindle
updated
16 files
+3 −0 | CMakeLists.txt | |
+173 −0 | onoff.c | |
+400 −0 | pwm.c | |
+341 −0 | pwm_clone.c | |
+35 −15 | 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 |
Submodule webui
updated
7 files
+5 −5 | commands_v3.c | |
+3 −3 | flashfs.c | |
+1 −4 | fs_embedded.c | |
+6 −5 | fs_handlers.c | |
+1 −1 | fs_handlers.h | |
+17 −5 | server.c | |
+3 −1 | webui.h |