From e66b2234f6bcbca0780f3bfa995c3fc0155f6e9c Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 16 Jun 2020 15:27:08 -0700 Subject: [PATCH] Experiment with small ram NRF52s --- platformio.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index f0f63bc31..249b1ab7e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -133,7 +133,7 @@ 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) build_flags = - ${env.build_flags} -Wno-unused-variable -Isrc/nrf52 -Isdk-nrfxlib/crypto/nrf_oberon/include -Lsdk-nrfxlib/crypto/nrf_oberon/lib/cortex-m4/hard-float/ -lliboberon_3.0.3 + ${env.build_flags} -Wno-unused-variable -Isrc/nrf52 -Isdk-nrfxlib/crypto/nrf_oberon/include -Lsdk-nrfxlib/crypto/nrf_oberon/lib/cortex-m4/hard-float/ -lliboberon_3.0.3 ;-DCFG_DEBUG=3 src_filter = ${env.src_filter} - @@ -157,6 +157,9 @@ debug_init_break = extends = nrf52_base board = nrf52840_dk_modified +# For experimenting with RAM sizes +# board_build.ldscript = linker/nrf52840_s140_sim832.ld + ; The PPR board [env:ppr] extends = nrf52_base