Skip to content

Commit

Permalink
Updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Dec 9, 2024
1 parent db1c86f commit 5e82ff3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion main/eeprom
Submodule eeprom updated 3 files
+5 −5 eeprom.h
+17 −7 eeprom_24AAxxx.c
+16 −6 eeprom_24LC16B.c
2 changes: 1 addition & 1 deletion main/grbl
Submodule grbl updated 25 files
+1 −0 CMakeLists.txt
+16 −17 README.md
+29 −1 changelog.md
+11 −5 coolant_control.h
+73 −0 crc.c
+26 −0 crc.h
+10 −4 driver_opts.h
+149 −0 driver_opts2.h
+1 −1 grbl.h
+7 −12 grbllib.c
+25 −21 ioports.c
+51 −2 machine_limits.c
+1 −1 modbus.h
+1 −1 motion_control.c
+12 −13 nuts_bolts.c
+2 −3 nuts_bolts.h
+29 −13 nvs.h
+30 −9 nvs_buffer.c
+15 −11 report.c
+631 −638 settings.c
+72 −66 settings.h
+51 −39 spindle_control.c
+19 −15 spindle_control.h
+15 −1 system.c
+18 −4 system.h
2 changes: 1 addition & 1 deletion main/motors
Submodule motors updated 2 files
+2 −89 trinamic.c
+0 −2 trinamic.h
2 changes: 1 addition & 1 deletion main/plugins
Submodule plugins updated 1 files
+20 −20 rgb_led_strips.c
2 changes: 1 addition & 1 deletion main/sdcard
Submodule sdcard updated 2 files
+3 −3 macros.c
+5 −20 ymodem.c
2 changes: 1 addition & 1 deletion main/spindle
Submodule spindle updated 5 files
+8 −28 modbus_rtu.c
+2 −2 pwm.c
+5 −5 pwm_clone.c
+4 −4 stepper.c
+3 −3 vfd/h100.c

0 comments on commit 5e82ff3

Please sign in to comment.