Skip to content

Commit 9a690ee

Browse files
committed
giga: initial enable wifi support
Add configs to enable wifi support Signed-off-by: pennam <[email protected]>
1 parent 43302ee commit 9a690ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ CONFIG_SPI_STM32_INTERRUPT=y
3434
CONFIG_ENTROPY_GENERATOR=y
3535
CONFIG_TEST_RANDOM_GENERATOR=y
3636

37+
CONFIG_SDHC=y
38+
CONFIG_SDHC_INIT_PRIORITY=75
39+
CONFIG_SDIO_STACK=y
40+
CONFIG_CYW4343W=y
41+
42+
CONFIG_NETWORKING=y
43+
CONFIG_WIFI=y
44+
3745
CONFIG_VIDEO=y
3846
CONFIG_VIDEO_LOG_LEVEL_DBG=y
3947
CONFIG_VIDEO_STM32_DCMI=y

0 commit comments

Comments
 (0)