Skip to content
Snippets Groups Projects
Commit 4a5f135c authored by Giuliano Zaro's avatar Giuliano Zaro Committed by Scott Lahteine
Browse files

PIO 4 strict parser fix (1 => chain) (#14586)

parent 89964ec3
Branches
Tags
No related merge requests found
...@@ -272,7 +272,7 @@ lib_ignore = U8glib-HAL ...@@ -272,7 +272,7 @@ lib_ignore = U8glib-HAL
Adafruit NeoPixel Adafruit NeoPixel
libf3e libf3e
TMC26XStepper TMC26XStepper
#lib_ldf_mode = 1 #lib_ldf_mode = chain
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
monitor_speed = 250000 monitor_speed = 250000
...@@ -296,7 +296,7 @@ lib_ignore = ...@@ -296,7 +296,7 @@ lib_ignore =
Adafruit NeoPixel Adafruit NeoPixel
libf3e libf3e
TMC26XStepper TMC26XStepper
lib_ldf_mode = 1 lib_ldf_mode = chain
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
monitor_speed = 250000 monitor_speed = 250000
debug_tool = stlink debug_tool = stlink
...@@ -322,7 +322,7 @@ lib_ignore = ...@@ -322,7 +322,7 @@ lib_ignore =
Adafruit NeoPixel Adafruit NeoPixel
libf3e libf3e
TMC26XStepper TMC26XStepper
#lib_ldf_mode = 1 #lib_ldf_mode = chain
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
monitor_speed = 115200 monitor_speed = 115200
upload_protocol = stlink upload_protocol = stlink
...@@ -450,7 +450,7 @@ lib_ignore = c1921b4 ...@@ -450,7 +450,7 @@ lib_ignore = c1921b4
Adafruit NeoPixel Adafruit NeoPixel
libf3e libf3e
TMC26XStepper TMC26XStepper
lib_ldf_mode = 1 lib_ldf_mode = chain
monitor_speed = 250000 monitor_speed = 250000
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment