Skip to content

Commit f024429

Browse files
authored
Merge pull request #241 from pennam/h7-wifi
portentah7: enable wifi
2 parents 69260c8 + 8e34a0d commit f024429

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ CONFIG_SPI_ASYNC=y
3535
CONFIG_SPI_STM32_INTERRUPT=y
3636
CONFIG_I2C_TARGET=y
3737

38+
CONFIG_SDHC=y
39+
CONFIG_SDHC_INIT_PRIORITY=75
40+
CONFIG_SDIO_STACK=y
41+
CONFIG_CYW4343W=y
42+
CONFIG_WIFI=y
43+
CONFIG_NET_L2_WIFI_SHELL=y
44+
45+
CONFIG_AIROC_WIFI_CUSTOM=y
46+
CONFIG_STM32_MEMMAP=y
47+
3848
CONFIG_NET_CORE_LOG_LEVEL_DBG=y
3949

4050
CONFIG_NETWORKING=y

variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,11 @@
304304
};
305305
};
306306

307+
308+
/* Include common flash filesystem configuration */
309+
qspi_flash: &mx25l12833f {};
310+
#include "../common/arduino_flash_fs.dtsi"
311+
307312
/ {
308313
zephyr,user {
309314
digital-pin-gpios = <&gpioh 15 0>, /* D0 */

0 commit comments

Comments
 (0)