Skip to content

Commit b5a7e65

Browse files
committed
opta: enable ram relocation
1 parent a40a0f7 commit b5a7e65

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

variants/arduino_opta_stm32h747xx_m7/arduino_opta_stm32h747xx_m7.conf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ CONFIG_CDC_ACM_DTE_RATE_CALLBACK_SUPPORT=y
1111

1212
CONFIG_LLEXT_STORAGE_WRITABLE=n
1313

14-
CONFIG_HEAP_MEM_POOL_SIZE=24576
14+
CONFIG_HEAP_MEM_POOL_SIZE=32768
1515
CONFIG_MAIN_STACK_SIZE=32768
1616
CONFIG_LLEXT_HEAP_SIZE=128
17+
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=-1
18+
19+
CONFIG_CODE_DATA_RELOCATION=y
20+
CONFIG_MAIN_STACK_REGION="DTCM"
21+
CONFIG_LLEXT_HEAP_REGION="SRAM2"
1722

1823
CONFIG_CPP=n
1924
CONFIG_SHELL=n

0 commit comments

Comments
 (0)