We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b1854 commit 6e5c865Copy full SHA for 6e5c865
platformio.ini
@@ -54,6 +54,7 @@ extends = arduino_base
54
platform = nordicnrf52
55
build_flags = ${arduino_base.build_flags}
56
-D NRF52_PLATFORM
57
+ -D LFS_NO_ASSERT=1
58
59
[nrf52840_base]
60
extends = nrf52_base
@@ -83,4 +84,4 @@ build_flags = ${arduino_base.build_flags}
83
84
build_src_filter = ${arduino_base.build_src_filter}
85
+<helpers/stm32>
86
lib_deps = ${arduino_base.lib_deps}
- file://arch/stm32/Adafruit_LittleFS_stm32
87
+ file://arch/stm32/Adafruit_LittleFS_stm32
0 commit comments