From b9058ce7c505596882fce5875f6f049cf3f43eb6 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Tue, 15 Mar 2022 18:28:39 +1100 Subject: [PATCH] fix build --- platformio.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 7c54a7f4c..ffc58d235 100644 --- a/platformio.ini +++ b/platformio.ini @@ -121,8 +121,9 @@ board_build.partitions = partition-table.csv [nrf52_base] ; Instead of the standard nordicnrf52 platform, we use our fork which has our added variant files -; platform = nordicnrf52 -platform = https://github.com/meshtastic/platform-nordicnrf52.git#merge pending https://github.com/platformio/builder-framework-arduino-nrf5/pull/7 +; platform = nordicnrf52 ;pending https://github.com/platformio/builder-framework-arduino-nrf5/pull/7 +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)