Skip to content

Commit ecba5cb

Browse files
committed
giga: initial enable wifi support
Add configs to enable wifi support Signed-off-by: pennam <m.pennasilico@arduino.cc>
1 parent b1cdfa0 commit ecba5cb

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
@@ -35,6 +35,14 @@ CONFIG_SPI_STM32_INTERRUPT=y
3535
CONFIG_ENTROPY_GENERATOR=y
3636
CONFIG_TEST_RANDOM_GENERATOR=y
3737

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

0 commit comments

Comments
 (0)