Skip to content

Commit 59eaf8d

Browse files
committed
giga: enable ram relocation
1 parent bdf8830 commit 59eaf8d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.conf

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

1313
CONFIG_LLEXT_STORAGE_WRITABLE=n
1414
CONFIG_SHARED_MULTI_HEAP=y
15-
CONFIG_HEAP_MEM_POOL_SIZE=96000
15+
CONFIG_HEAP_MEM_POOL_SIZE=32768
1616
CONFIG_MAIN_STACK_SIZE=32768
1717
CONFIG_LLEXT_HEAP_SIZE=128
18+
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=-1
19+
20+
CONFIG_CODE_DATA_RELOCATION=y
21+
CONFIG_MAIN_STACK_REGION="DTCM"
22+
CONFIG_LLEXT_HEAP_REGION="SRAM2"
1823

1924
CONFIG_CPP=n
2025
CONFIG_SHELL=n

0 commit comments

Comments
 (0)