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).
This commit is contained in:
parent
a0ce01f62e
commit
4a6974bea5
@ -49,6 +49,7 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
*lib/mbedtls/*(.text* .rodata*)
|
*lib/mbedtls/*(.text* .rodata*)
|
||||||
|
*lib/mynewt-nimble/*(.text* .rodata*)
|
||||||
. = ALIGN(512);
|
. = ALIGN(512);
|
||||||
*(.big_const*)
|
*(.big_const*)
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user