label boards as secondary to split the core firmware archive by support level.

Ref: https://docs.platformio.org/en/latest/scripting/examples/platformio_ini_custom_options.html
This commit is contained in:
Thomas Göttgens
2023-02-10 01:40:47 +01:00
parent 57b8e3732e
commit e2f5e9206d
25 changed files with 27 additions and 33 deletions
@@ -1,6 +1,7 @@
[env:pca10059_diy_eink]
extends = nrf52840_base
board = nordic_pca10059
board_level = extra
build_flags = ${nrf52840_base.build_flags} -Ivariants/Dongle_nRF52840-pca10059-v1 -D NORDIC_PCA10059
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/Dongle_nRF52840-pca10059-v1>
lib_deps =