Add bin & hex output to cmake targets.

This commit is contained in:
HiFiPhile
2024-11-30 21:50:50 +01:00
parent ae4373d875
commit 0074ed7c67
42 changed files with 42 additions and 0 deletions

View File

@@ -96,5 +96,6 @@ function(family_configure_example TARGET RTOS)
target_link_libraries(${TARGET} PUBLIC board_${BOARD} ${TARGET}-tinyusb)
# Flashing
family_add_bin_hex(${TARGET})
family_flash_jlink(${TARGET})
endfunction()