Browse Source

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

In the same way the nimble stack is put there.
pull/6015/head
Damien George 5 years ago
parent
commit
e2def200bf
  1. 1
      ports/stm32/boards/PYBD_SF2/f722_qspi.ld

1
ports/stm32/boards/PYBD_SF2/f722_qspi.ld

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

Loading…
Cancel
Save