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/4884/head
Damien George 2019-07-03 16:50:02 +10:00
rodzic f88cb8a514
commit 3581deec81
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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