Skip to content

Commit

Permalink
Updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Dec 12, 2023
1 parent d7633b2 commit d462175
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion main/embroidery
Submodule embroidery updated 1 files
+8 −8 embroidery.c
2 changes: 1 addition & 1 deletion main/grbl
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
2 changes: 1 addition & 1 deletion main/keypad
2 changes: 1 addition & 1 deletion main/laser
Submodule laser updated 1 files
+5 −5 ppi.c
2 changes: 1 addition & 1 deletion main/motors
Submodule motors updated 1 files
+22 −34 trinamic.h
2 changes: 1 addition & 1 deletion main/networking
Submodule networking updated 2 files
+1 −3 fs_ram.c
+1 −3 fs_stream.c
2 changes: 1 addition & 1 deletion main/sdcard
Submodule sdcard updated 3 files
+9 −4 fs_fatfs.c
+5 −3 fs_littlefs.c
+12 −1 sdcard.c
2 changes: 1 addition & 1 deletion main/spindle
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
2 changes: 1 addition & 1 deletion main/webui
Submodule webui updated 1 files
+1 −4 fs_embedded.c

0 comments on commit d462175

Please sign in to comment.