Browse Source
Disable LFS_ASSERT to stop freezing the boards on LFS errors
pull/374/head
Rastislav Vysoky
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
platformio.ini
|
|
@ -54,6 +54,7 @@ extends = arduino_base |
|
|
platform = nordicnrf52 |
|
|
platform = nordicnrf52 |
|
|
build_flags = ${arduino_base.build_flags} |
|
|
build_flags = ${arduino_base.build_flags} |
|
|
-D NRF52_PLATFORM |
|
|
-D NRF52_PLATFORM |
|
|
|
|
|
-D LFS_NO_ASSERT=1 |
|
|
|
|
|
|
|
|
[nrf52840_base] |
|
|
[nrf52840_base] |
|
|
extends = nrf52_base |
|
|
extends = nrf52_base |
|
|
@ -83,4 +84,4 @@ build_flags = ${arduino_base.build_flags} |
|
|
build_src_filter = ${arduino_base.build_src_filter} |
|
|
build_src_filter = ${arduino_base.build_src_filter} |
|
|
+<helpers/stm32> |
|
|
+<helpers/stm32> |
|
|
lib_deps = ${arduino_base.lib_deps} |
|
|
lib_deps = ${arduino_base.lib_deps} |
|
|
file://arch/stm32/Adafruit_LittleFS_stm32 |
|
|
file://arch/stm32/Adafruit_LittleFS_stm32 |
|
|
|