From e2def200bfb6f68801568c6b26f73ee86b549be2 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 5 May 2020 20:21:15 +1000 Subject: [PATCH] stm32/boards/PYBD_SF2: Put BTstack library in external QSPI XIP flash. In the same way the nimble stack is put there. --- ports/stm32/boards/PYBD_SF2/f722_qspi.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/stm32/boards/PYBD_SF2/f722_qspi.ld b/ports/stm32/boards/PYBD_SF2/f722_qspi.ld index b55bfe95fb..3b2e45d9b6 100644 --- a/ports/stm32/boards/PYBD_SF2/f722_qspi.ld +++ b/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);