Best Practise Platformio 6.x dependency definitions

This commit is contained in:
Thomas Göttgens
2022-10-10 15:42:05 +02:00
parent 784cd8c6f1
commit f8982ddaf8
5 changed files with 4 additions and 7 deletions
-2
View File
@@ -1,11 +1,9 @@
[nrf52_base]
; Instead of the standard nordicnrf52 platform, we use our fork which has our added variant files
platform = platformio/nordicnrf52@^9.4.0
; platform = https://github.com/meshtastic/platform-nordicnrf52.git#merge
extends = arduino_base
build_type = debug ; I'm debugging with ICE a lot now
; note: liboberon provides the AES256 implementation for NRF52 (though not using the hardware acceleration of the NRF52840 - FIXME)
build_flags =
${arduino_base.build_flags} -Wno-unused-variable
-Isrc/platform/nrf52