Skip to content

Commit 0b60e59

Browse files
committed
Generate hex image for all targets by default
Mbed OS builds .bin images by default for most targets, but many targets (e.g. ST targets running the latest ST-LINK firmware) also support .hex files, making this demo much easier to prepare. In case a target doesn't support .hex files, README.md already contains steps for merging .hex files into a single one and converting it to a .bin file.
1 parent bf3ca3b commit 0b60e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbed_app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"*": {
1616
"mcuboot.bootloader-build": 0,
1717
"target.c_lib": "small",
18+
"target.OUTPUT_EXT": "hex",
1819
"mcuboot.log-level": "MCUBOOT_LOG_LEVEL_DEBUG",
1920
"mbed-trace.enable": true
2021
},

0 commit comments

Comments
 (0)