-
Notifications
You must be signed in to change notification settings - Fork 45
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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule grbl
updated
18 files
+36 −0 | changelog.md | |
+6 −6 | config.h | |
+10 −1 | crossbar.c | |
+41 −14 | crossbar.h | |
+1 −1 | driver_opts.h | |
+2 −2 | grbl.h | |
+2 −1 | grbllib.c | |
+28 −1 | hal.h | |
+49 −13 | ioports.c | |
+2 −1 | ioports.h | |
+5 −3 | motion_control.c | |
+11 −26 | pin_bits_masks.h | |
+25 −23 | report.c | |
+5 −2 | settings.c | |
+3 −1 | spindle_control.c | |
+4 −1 | stream.c | |
+215 −122 | system.c | |
+12 −5 | system.h |