8000 stm32/boards/PYBD_SF2: Put mbedtls library code in external QSPI flash. · micropython/micropython@3581dee · GitHub
[go: up one dir, main page]

Skip to content

Commit 3581dee

Browse files
committed
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.
1 parent f88cb8a commit 3581dee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/stm32/boards/PYBD_SF2/f722_qspi.ld

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ SECTIONS
4747
{
4848
.text_ext :
4949
{
50+
. = ALIGN(4);
51+
*lib/mbedtls/*(.text* .rodata*)
5052
. = ALIGN(512);
5153
*(.big_const*)
5254
. = ALIGN(4);

0 commit comments

Comments
 (0)
0