stm32/boards/PYBD_SF2: Put BTstack library in external QSPI XIP flash.

In the same way the nimble stack is put there.
This commit is contained in:
Damien George 2020-05-05 20:21:15 +10:00
parent 25434e976b
commit e2def200bf

View File

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