Skip to content

Commit

Permalink
Commit updated platformio.ini and submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmarles committed Oct 3, 2022
1 parent 1e6adca commit 82adc65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions grblHAL_Teensy4/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ default_envs = teensy41
[common]
build_flags = -g3
-fmax-errors=5
-D N_SPINDLE=8
-D INTERACTIVE_JOG_ENABLE=1
-D STATUS_LIGHT_ENABLE=1

lib_archive = no
lib_deps =
extra_scripts =
Expand All @@ -18,8 +22,6 @@ src_filter = +<src/*>
framework = arduino
extra_scripts = ${common.extra_scripts}
build_flags = ${common.build_flags}
-D INVERT_CONTROL_PIN_MASK=64
-D N_SPINDLE=8
-include src/my_machine.h
lib_deps = ${common.lib_deps}
monitor_speed = 250000
Expand All @@ -31,8 +33,9 @@ platform = teensy
upload_protocol = teensy-cli
build_flags = ${env.build_flags}
lib_deps =
https://github.com/wwatson4506/uSDFS#uSDFS-non-blocking
https://github.com/wwatson4506/MSC#MSC-non-blocking
#https://github.com/wwatson4506/uSDFS#uSDFS-non-blocking
#https://github.com/wwatson4506/MSC#MSC-non-blocking
https://github.com/WMXZ-EU/uSDFS
https://github.com/ddrown/teensy41_ethernet

# Included as a stub-example for showing how to structure common environments
Expand All @@ -46,7 +49,7 @@ lib_deps = ${common_teensy.lib_deps}
[env:teensy41]
board = teensy41
# platform = ${common_teensy.platform} NOTE: the latest version is broken as of 2021-10-10, ref https://github.com/grblHAL/iMXRT1062/issues/15
platform = ${common_teensy.platform}@4.12
platform = ${common_teensy.platform}@4.15
upload_protocol = ${common_teensy.upload_protocol}
build_flags = ${common_teensy.build_flags}
lib_deps = ${common_teensy.lib_deps}
2 changes: 1 addition & 1 deletion grblHAL_Teensy4/src/grbl
Submodule grbl updated 6 files
+1 −1 README.md
+5 −5 config.h
+1 −0 gcode.h
+3 −7 nvs.h
+6 −1 plugins_init.h
+1 −1 stepper.c

0 comments on commit 82adc65

Please sign in to comment.