From 0c04ba4776ed95a9596e97181bf58b86f7961160 Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 10 Jul 2020 11:28:18 -0700 Subject: [PATCH] use my fixed nrf52832 support in arduino --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index c0fb9840c..36b5971fb 100644 --- a/platformio.ini +++ b/platformio.ini @@ -143,7 +143,7 @@ src_filter = [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 +platform = https://github.com/meshtastic/platform-nordicnrf52.git#62d185fe61b6c84c554046106529b4fd8f155e2c debug_tool = jlink 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)