Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e34a0d

Browse files
committed
portentah7: enable wifi
1 parent69260c8 commit8e34a0d

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)

[8]ページ先頭

©2009-2025 Movatter.jp