File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
variants/arduino_portenta_h7_stm32h747xx_m7 Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ portentah7.upload.native_usb=true
272272portentah7.upload.maximum_size=1966080
273273portentah7.upload.maximum_data_size=523624
274274
275- portentah7.upload.address=0x080E0000
275+ portentah7.upload.address=0x08140000
276276
277277portentah7.upload.maximum_size=786432
278278portentah7.upload.maximum_data_size=523624
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ CONFIG_CDC_ACM_DTE_RATE_CALLBACK_SUPPORT=y
1212CONFIG_LLEXT_STORAGE_WRITABLE=n
1313
1414CONFIG_SHARED_MULTI_HEAP=y
15- CONFIG_HEAP_MEM_POOL_SIZE=2048
15+ CONFIG_HEAP_MEM_POOL_SIZE=24576
1616
1717CONFIG_FPU=y
1818CONFIG_ICACHE=y
@@ -35,6 +35,13 @@ CONFIG_SPI_ASYNC=y
3535CONFIG_SPI_STM32_INTERRUPT=y
3636CONFIG_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+
3845CONFIG_NET_CORE_LOG_LEVEL_DBG=y
3946
4047CONFIG_NETWORKING=y
Original file line number Diff line number Diff line change 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 };
You can’t perform that action at this time.
0 commit comments