We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42ad9d commit e0eee75Copy full SHA for e0eee75
CMakeLists.txt
@@ -143,7 +143,6 @@ endfunction()
143
#
144
function(mbed_generate_bin_hex target)
145
get_property(elf_to_bin GLOBAL PROPERTY ELF2BIN)
146
- # TODO: @mbed-os-tools This post-build commands should get details from target + profile.
147
if(MBED_TOOLCHAIN STREQUAL "GCC_ARM")
148
set(CMAKE_POST_BUILD_COMMAND
149
COMMAND ${elf_to_bin} -O binary $<TARGET_FILE:${target}> $<TARGET_FILE:${target}>.bin
0 commit comments