PIO 4 strict parser fix (1 => chain) (#14586)
This commit is contained in:
parent
89964ec30d
commit
4a5f135c5d
1 changed files with 4 additions and 4 deletions
|
@ -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 =
|
||||||
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 =
|
||||||
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
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
libf3e
|
libf3e
|
||||||
TMC26XStepper
|
TMC26XStepper
|
||||||
lib_ldf_mode = 1
|
lib_ldf_mode = chain
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Reference in a new issue