Making progress with OSFS, still WIP

This commit is contained in:
Thomas Göttgens
2023-12-08 15:38:50 +01:00
parent dcae45d287
commit 55a75d2f58
16 changed files with 95 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
[apollo3_base]
extends = arduino_base
platform = https://github.com/nigelb/platform-apollo3blue.git#2e8a9895cf82f2836c483885e6f89b3f83d3ade4
platform_packages=framework-arduinoapollo3@https://github.com/sparkfun/Arduino_Apollo3#v2.2.2rc2
framework = arduino
build_type = debug
build_flags =
${arduino_base.build_flags}
@@ -16,6 +16,7 @@ build_src_filter =
-<nimble/>
-<mesh/api/>
-<mesh/http/>
-<mesh/wifi/>
-<modules/esp32>
-<mesh/eth/>
-<mqtt/>
@@ -26,5 +27,6 @@ build_src_filter =
lib_deps =
${env.lib_deps}
jgromes/RadioLib@^6.3.0
charlesbaynham/OSFS@^1.2.3
lib_ignore =
mathertel/OneButton