stm32/boards/PYBD_SF2: Put mbedtls library code in external QSPI flash.

mbedtls is large and self contained so is a good candidate to be in
external XIP flash, to keep enough spare ROM in internal flash.
pull/1/head
Damien George 2019-07-03 16:50:02 +10:00
parent f88cb8a514
commit 3581deec81
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ SECTIONS
{
.text_ext :
{
. = ALIGN(4);
*lib/mbedtls/*(.text* .rodata*)
. = ALIGN(512);
*(.big_const*)
. = ALIGN(4);