Skip to content

Commit 459b5fc

Browse files
committed
opta: enable wifi
1 parent f024429 commit 459b5fc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

variants/arduino_opta_stm32h747xx_m7/arduino_opta_stm32h747xx_m7.conf

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

1212
CONFIG_LLEXT_STORAGE_WRITABLE=n
1313

14-
CONFIG_HEAP_MEM_POOL_SIZE=2048
14+
CONFIG_HEAP_MEM_POOL_SIZE=24576
1515
CONFIG_SHELL_STACK_SIZE=32768
1616
CONFIG_MAIN_STACK_SIZE=32768
1717
CONFIG_LLEXT_HEAP_SIZE=128
@@ -40,6 +40,18 @@ CONFIG_USERSPACE=n
4040
CONFIG_ARM_MPU=y
4141
CONFIG_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+
4355
CONFIG_NETWORKING=y
4456
CONFIG_NET_IPV6=n
4557
CONFIG_NET_IPV4=y

variants/arduino_opta_stm32h747xx_m7/arduino_opta_stm32h747xx_m7.overlay

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,6 @@
113113
<&adc3 9>;
114114
};
115115
};
116+
117+
/* Include common flash filesystem configuration */
118+
#include "../common/arduino_flash_fs.dtsi"

0 commit comments

Comments
 (0)