-
Notifications
You must be signed in to change notification settings - Fork 23
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
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule grbl
updated
10 files
+1 −1 | README.md | |
+12 −0 | changelog.md | |
+5 −0 | driver_opts.h | |
+1 −1 | grbl.h | |
+26 −0 | hal.h | |
+74 −4 | motor_pins.h | |
+2 −1 | nvs_buffer.c | |
+1 −1 | platform.h | |
+0 −5 | plugins_init.h | |
+1 −1 | stream.c |
Submodule trinamic
updated
16 files
+7 −3 | README.md | |
+14 −1 | common.c | |
+16 −5 | common.h | |
+32 −37 | tmc2130.c | |
+56 −61 | tmc2130.h | |
+186 −131 | tmc2130hal.c | |
+2 −2 | tmc2130hal.h | |
+35 −32 | tmc2209.c | |
+72 −75 | tmc2209.h | |
+179 −126 | tmc2209hal.c | |
+3 −2 | tmc2209hal.h | |
+29 −30 | tmc5160.c | |
+67 −72 | tmc5160.h | |
+176 −128 | tmc5160hal.c | |
+2 −2 | tmc5160hal.h | |
+45 −34 | tmchal.h |