Skip to content

Commit

Permalink
Add 'show_size' option to target.json file to print build size info.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Sep 8, 2023
1 parent ffe0265 commit 59fb1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions target-locked.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"linker_flags": "-Wl,--no-wchar-size-warning -Wl,--gc-sections -Wl,--wrap,atexit -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group",
"post_process": "",
"processor": "NRF52833",
"show_size": true,
"snapshot_version": "v0.2.59",
"toolchain": "ARM_GCC"
}
1 change: 1 addition & 0 deletions target.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"post_process":"",
"generate_bin":true,
"generate_hex":true,
"show_size":true,
"config":{

"MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC": "NRF_LF_SRC_XTAL",
Expand Down

0 comments on commit 59fb1f7

Please sign in to comment.