File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
variants/arduino_opta_stm32h747xx_m7 Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CONFIG_CDC_ACM_DTE_RATE_CALLBACK_SUPPORT=y
1111
1212CONFIG_LLEXT_STORAGE_WRITABLE=n
1313
14- CONFIG_HEAP_MEM_POOL_SIZE=2048
14+ CONFIG_HEAP_MEM_POOL_SIZE=24576
1515CONFIG_SHELL_STACK_SIZE=32768
1616CONFIG_MAIN_STACK_SIZE=32768
1717CONFIG_LLEXT_HEAP_SIZE=128
@@ -40,6 +40,18 @@ CONFIG_USERSPACE=n
4040CONFIG_ARM_MPU=y
4141CONFIG_MAX_THREAD_BYTES=4
4242
43+ CONFIG_SDHC=y
44+ CONFIG_SDHC_INIT_PRIORITY=75
45+ CONFIG_SDIO_STACK=y
46+ CONFIG_CYW4343W=y
47+ CONFIG_WIFI=y
48+ CONFIG_NET_L2_WIFI_SHELL=y
49+
50+ CONFIG_AIROC_WIFI_CUSTOM=y
51+ CONFIG_STM32_MEMMAP=y
52+
53+ CONFIG_NET_CORE_LOG_LEVEL_DBG=y
54+
4355CONFIG_NETWORKING=y
4456CONFIG_NET_IPV6=n
4557CONFIG_NET_IPV4=y
Original file line number Diff line number Diff line change 113113 <&adc3 9>;
114114 };
115115};
116+
117+ /* Include common flash filesystem configuration */
118+ #include "../common/arduino_flash_fs.dtsi"
You can’t perform that action at this time.
0 commit comments