Skip to content

Commit 92c4ecd

Browse files
committed
portentah7: enable wifi
1 parent ccd9ec2 commit 92c4ecd

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ portentah7.upload.native_usb=true
272272
portentah7.upload.maximum_size=1966080
273273
portentah7.upload.maximum_data_size=523624
274274

275-
portentah7.upload.address=0x080E0000
275+
portentah7.upload.address=0x08140000
276276

277277
portentah7.upload.maximum_size=786432
278278
portentah7.upload.maximum_data_size=523624

variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.conf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CONFIG_CDC_ACM_DTE_RATE_CALLBACK_SUPPORT=y
1212
CONFIG_LLEXT_STORAGE_WRITABLE=n
1313

1414
CONFIG_SHARED_MULTI_HEAP=y
15-
CONFIG_HEAP_MEM_POOL_SIZE=2048
15+
CONFIG_HEAP_MEM_POOL_SIZE=24576
1616

1717
CONFIG_FPU=y
1818
CONFIG_ICACHE=y
@@ -35,6 +35,13 @@ 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+
3845
CONFIG_NET_CORE_LOG_LEVEL_DBG=y
3946

4047
CONFIG_NETWORKING=y

variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,13 @@
278278
#address-cells = <1>;
279279
#size-cells = <1>;
280280

281-
user_sketch: partition@e0000 {
282-
reg = <0x0E0000 0x20000>;
281+
slot0_partition: partition@40000 {
282+
label = "image-0";
283+
reg = <0x40000 0x00100000>;
284+
};
285+
286+
user_sketch: partition@100000 {
287+
reg = <0x140000 0x20000>;
283288
};
284289
};
285290
};

0 commit comments

Comments
 (0)