aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDamien George2019-10-05 23:51:33 +1000
committerDamien George2019-10-05 23:51:33 +1000
commit4a6974bea598a9b76c4a49afcc0d6f82760a7006 (patch)
treec61c8fb47f3391ea43847a694e7d598f29cd8a0a /ports
parenta0ce01f62e4e5f8103ab3e607f90fe931e866892 (diff)
stm32/boards/PYBD_SF2: Put nimble library in external QSPI XIP flash.
The BLE stack is not performance critical, so put it in external memory-mapped flash to save internal flash for other things (like frozen bytecode).
Diffstat (limited to 'ports')
-rw-r--r--ports/stm32/boards/PYBD_SF2/f722_qspi.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm32/boards/PYBD_SF2/f722_qspi.ld b/ports/stm32/boards/PYBD_SF2/f722_qspi.ld
index 554d34b49..b55bfe95f 100644
--- a/ports/stm32/boards/PYBD_SF2/f722_qspi.ld
+++ b/ports/stm32/boards/PYBD_SF2/f722_qspi.ld
@@ -49,6 +49,7 @@ SECTIONS
{
. = ALIGN(4);
*lib/mbedtls/*(.text* .rodata*)
+ *lib/mynewt-nimble/*(.text* .rodata*)
. = ALIGN(512);
*(.big_const*)
. = ALIGN(4);