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).
pull/5188/head
Damien George 2019-10-05 23:51:33 +10:00
rodzic a0ce01f62e
commit 4a6974bea5
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -49,6 +49,7 @@ SECTIONS
{
. = ALIGN(4);
*lib/mbedtls/*(.text* .rodata*)
*lib/mynewt-nimble/*(.text* .rodata*)
. = ALIGN(512);
*(.big_const*)
. = ALIGN(4);