From 8e34a0d74f3ccab6f390df2d38302a3ff1dafa7c Mon Sep 17 00:00:00 2001 From: pennam Date: Fri, 31 Oct 2025 12:56:00 +0100 Subject: [PATCH] portentah7: enable wifi --- .../arduino_portenta_h7_stm32h747xx_m7.conf | 10 ++++++++++ .../arduino_portenta_h7_stm32h747xx_m7.overlay | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.conf b/variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.conf index a9b62bfc..a5cc5a0a 100644 --- a/variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.conf +++ b/variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.conf @@ -35,6 +35,16 @@ CONFIG_SPI_ASYNC=y CONFIG_SPI_STM32_INTERRUPT=y CONFIG_I2C_TARGET=y +CONFIG_SDHC=y +CONFIG_SDHC_INIT_PRIORITY=75 +CONFIG_SDIO_STACK=y +CONFIG_CYW4343W=y +CONFIG_WIFI=y +CONFIG_NET_L2_WIFI_SHELL=y + +CONFIG_AIROC_WIFI_CUSTOM=y +CONFIG_STM32_MEMMAP=y + CONFIG_NET_CORE_LOG_LEVEL_DBG=y CONFIG_NETWORKING=y diff --git a/variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay b/variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay index 9f760d76..60d46814 100644 --- a/variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay +++ b/variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay @@ -304,6 +304,11 @@ }; }; + +/* Include common flash filesystem configuration */ +qspi_flash: &mx25l12833f {}; +#include "../common/arduino_flash_fs.dtsi" + / { zephyr,user { digital-pin-gpios = <&gpioh 15 0>, /* D0 */