Skip to content

Commit 828b90b

Browse files
Fix some small Portenta issues
1 parent 61bb6f0 commit 828b90b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

connectivity/drivers/wifi/COMPONENT_WHD/whd_mac/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
target_include_directories(mbed-wifi
5-
INTERFACE
5+
PUBLIC
66
.
77
./interface
88
./network
99
./utils
1010
)
1111

1212
target_sources(mbed-wifi
13-
INTERFACE
13+
PRIVATE
1414
interface/CyDhcpServer.cpp
1515
interface/WhdAccessPoint.cpp
1616
interface/WhdSTAInterface.cpp

targets/targets.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3710,6 +3710,13 @@ mode is recommended for target MCUs with small amounts of flash and RAM.",
37103710
"console-usb": true,
37113711
"console-uart": false
37123712
},
3713+
macros_add: [
3714+
"BT_UART_NO_3M_SUPPORT",
3715+
"LSE_STARTUP_TIMEOUT=200"
3716+
],
3717+
components_add: [
3718+
"QSPIF"
3719+
],
37133720
"device_name": "STM32H747XIHx",
37143721
"image_url": "https://store.arduino.cc/cdn/shop/products/ABX00042_00.iso_1200x900.jpg?v=1675840144"
37153722
},

targets/upload_method_cfg/ARDUINO_PORTENTA_H7_M7.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ set(STM32CUBE_GDBSERVER_ARGS --swd --initialize-reset --apid 0)
4949
# -------------------------------------------------------------
5050

5151
set(STM32CUBE_DFU_UPLOAD_ENABLED TRUE)
52-
set(STM32CUBE_CONNECT_COMMAND -c port=USB vid=0x2341 pid=0x035b)
52+
set(STM32CUBE_DFU_CONNECT_COMMAND -c port=USB vid=0x2341 pid=0x035b)
5353

5454
# Config options for stlink
5555
# -------------------------------------------------------------

0 commit comments

Comments
 (0)