Skip to content

Commit 6ea6e84

Browse files
Oops no MBED upload support!
1 parent 09950b8 commit 6ea6e84

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

targets/upload_method_cfg/ARDUINO_GIGA_CM7.cmake

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@
88

99
# General config parameters
1010
# -------------------------------------------------------------
11-
set(UPLOAD_METHOD_DEFAULT MBED)
12-
13-
# Config options for MBED
14-
# -------------------------------------------------------------
15-
16-
set(MBED_UPLOAD_ENABLED TRUE)
17-
set(MBED_RESET_BAUDRATE 115200)
11+
set(UPLOAD_METHOD_DEFAULT DFU_UTIL)
1812

1913
# Config options for JLINK
2014
# -------------------------------------------------------------

targets/upload_method_cfg/ARDUINO_PORTENTA_H7_M7.cmake

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@
88

99
# General config parameters
1010
# -------------------------------------------------------------
11-
set(UPLOAD_METHOD_DEFAULT MBED)
12-
13-
# Config options for MBED
14-
# -------------------------------------------------------------
15-
16-
set(MBED_UPLOAD_ENABLED TRUE)
17-
set(MBED_RESET_BAUDRATE 115200)
11+
set(UPLOAD_METHOD_DEFAULT DFU_UTIL)
1812

1913
# Config options for JLINK
2014
# -------------------------------------------------------------

0 commit comments

Comments
 (0)