-
Notifications
You must be signed in to change notification settings - Fork 42
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
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule grbl
updated
27 files
+6 −2 | README.md | |
+39 −3 | changelog.md | |
+5 −5 | crossbar.c | |
+127 −76 | crossbar.h | |
+8 −5 | driver_opts.h | |
+1 −1 | grbl.h | |
+227 −22 | grbllib.c | |
+323 −12 | ioports.c | |
+11 −4 | ioports.h | |
+7 −6 | messages.c | |
+7 −6 | messages.h | |
+275 −69 | pin_bits_masks.h | |
+7 −6 | probe.h | |
+46 −34 | protocol.c | |
+13 −7 | protocol.h | |
+110 −32 | report.c | |
+15 −11 | rgb.h | |
+15 −7 | settings.c | |
+23 −15 | sleep.c | |
+4 −2 | spindle_control.c | |
+58 −54 | spindle_control.h | |
+4 −9 | stepper.c | |
+43 −21 | stepper2.c | |
+6 −5 | stepper2.h | |
+20 −17 | stream.c | |
+0 −59 | task.c | |
+33 −0 | task.h |
Submodule keypad
updated
from 61d86a to 138aea
Submodule webui
updated
5 files
+12 −13 | commands_v2.c | |
+114 −109 | commands_v3.c | |
+45 −41 | fs_handlers.c | |
+11 −24 | login.c | |
+14 −14 | server.c |