Skip to content

Commit 68690cc

Browse files
Update Mbed to latest version
1 parent 0e92b9b commit 68690cc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_policy(VERSION 3.19)
66

77
# Initialize Mbed OS build system.
88
# Note: This block must be before the project() call.
9-
set(MBED_APP_JSON_PATH mbed_app.json)
9+
set(MBED_APP_JSON_PATH mbed_app.json5)
1010
# set(CUSTOM_TARGETS_JSON_PATH custom_targets.json) # If you need a custom target, use this line to specify the custom_targets.json
1111

1212
include(mbed-os/tools/cmake/app.cmake) # Load Mbed CE toolchain file and basic build system

mbed-os

Submodule mbed-os updated 483 files

mbed_app.json renamed to mbed_app.json5

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"target_overrides": {
33
"*": {
4+
// By default, use a serial baudrate of 115200 and enable buffering on the serial port.
45
"platform.stdio-baud-rate": 115200,
56
"platform.stdio-buffered-serial": 1
67
}

0 commit comments

Comments
 (0)