We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40a0f7 commit b5a7e65Copy full SHA for b5a7e65
variants/arduino_opta_stm32h747xx_m7/arduino_opta_stm32h747xx_m7.conf
@@ -11,9 +11,14 @@ CONFIG_CDC_ACM_DTE_RATE_CALLBACK_SUPPORT=y
11
12
CONFIG_LLEXT_STORAGE_WRITABLE=n
13
14
-CONFIG_HEAP_MEM_POOL_SIZE=24576
+CONFIG_HEAP_MEM_POOL_SIZE=32768
15
CONFIG_MAIN_STACK_SIZE=32768
16
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"
22
23
CONFIG_CPP=n
24
CONFIG_SHELL=n
0 commit comments