mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
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.
This commit is contained in:
@@ -47,6 +47,8 @@ SECTIONS
|
||||
{
|
||||
.text_ext :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
*lib/mbedtls/*(.text* .rodata*)
|
||||
. = ALIGN(512);
|
||||
*(.big_const*)
|
||||
. = ALIGN(4);
|
||||
|
||||
Reference in New Issue
Block a user