mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2024-12-05 00:55:43 +01:00
Use environment extension for platformio.ini
This commit is contained in:
parent
c428971599
commit
0b681c6d28
@ -29,21 +29,8 @@ lib_ignore =
|
||||
mbedtls
|
||||
|
||||
[env:nrf52840_mdk]
|
||||
platform = nordicnrf52
|
||||
extends = env:nrf52840_dk
|
||||
board = nrf52840_mdk
|
||||
framework = zephyr
|
||||
monitor_speed = 115200
|
||||
test_ignore = test_desktop
|
||||
build_flags =
|
||||
-Iinclude/tls_config
|
||||
# For testing: -DUNITY_EXCLUDE_SETJMP_H=1
|
||||
-DEN_INCLUDE_ZEPHYR_DEPS=1
|
||||
-DEN_INIT_MBEDTLS_ENTROPY=0
|
||||
-DCOVID_MEASURE_PERFORMANCE=0 # Used to measure device performance
|
||||
lib_deps =
|
||||
prathje/exposure-notification @ ^0.1
|
||||
lib_ignore =
|
||||
mbedtls
|
||||
|
||||
[env:desktop]
|
||||
platform = native
|
||||
|
Loading…
Reference in New Issue
Block a user