Browse Source
Merge pull request #2771 from oltaco/nrf52-framework-buildfix
Point Heltec Mesh Solar and Mesh Pocket at our NRF52 framework fork
pull/2435/merge
ripplebiz
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
0 additions and
4 deletions
-
variants/heltec_mesh_solar/platformio.ini
-
variants/mesh_pocket/platformio.ini
|
|
@ -1,7 +1,6 @@ |
|
|
[Heltec_mesh_solar] |
|
|
[Heltec_mesh_solar] |
|
|
extends = nrf52_base |
|
|
extends = nrf52_base |
|
|
board = heltec_mesh_solar |
|
|
board = heltec_mesh_solar |
|
|
platform_packages = framework-arduinoadafruitnrf52 |
|
|
|
|
|
board_build.ldscript = boards/nrf52840_s140_v6.ld |
|
|
board_build.ldscript = boards/nrf52840_s140_v6.ld |
|
|
build_flags = ${nrf52_base.build_flags} |
|
|
build_flags = ${nrf52_base.build_flags} |
|
|
-I src/helpers/nrf52 |
|
|
-I src/helpers/nrf52 |
|
|
|
|
|
@ -1,7 +1,6 @@ |
|
|
[Mesh_pocket] |
|
|
[Mesh_pocket] |
|
|
extends = nrf52_base |
|
|
extends = nrf52_base |
|
|
board = heltec_mesh_pocket |
|
|
board = heltec_mesh_pocket |
|
|
platform_packages = framework-arduinoadafruitnrf52 |
|
|
|
|
|
board_build.ldscript = boards/nrf52840_s140_v6.ld |
|
|
board_build.ldscript = boards/nrf52840_s140_v6.ld |
|
|
build_flags = ${nrf52_base.build_flags} |
|
|
build_flags = ${nrf52_base.build_flags} |
|
|
-I src/helpers/nrf52 |
|
|
-I src/helpers/nrf52 |
|
|
@ -32,7 +31,6 @@ lib_deps = |
|
|
stevemarple/MicroNMEA @ ^2.0.6 |
|
|
stevemarple/MicroNMEA @ ^2.0.6 |
|
|
zinggjm/GxEPD2 @ 1.6.2 |
|
|
zinggjm/GxEPD2 @ 1.6.2 |
|
|
bakercp/CRC32 @ ^2.0.0 |
|
|
bakercp/CRC32 @ ^2.0.0 |
|
|
|
|
|
|
|
|
debug_tool = jlink |
|
|
debug_tool = jlink |
|
|
upload_protocol = nrfutil |
|
|
upload_protocol = nrfutil |
|
|
|
|
|
|
|
|
@ -40,7 +38,6 @@ upload_protocol = nrfutil |
|
|
extends = Mesh_pocket |
|
|
extends = Mesh_pocket |
|
|
build_src_filter = ${Mesh_pocket.build_src_filter} |
|
|
build_src_filter = ${Mesh_pocket.build_src_filter} |
|
|
+<../examples/simple_repeater> |
|
|
+<../examples/simple_repeater> |
|
|
|
|
|
|
|
|
build_flags = |
|
|
build_flags = |
|
|
${Mesh_pocket.build_flags} |
|
|
${Mesh_pocket.build_flags} |
|
|
-D ADVERT_NAME='"Heltec_Mesh_Pocket Repeater"' |
|
|
-D ADVERT_NAME='"Heltec_Mesh_Pocket Repeater"' |
|
|
|