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

@@ -124,6 +124,7 @@ 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})
if (DEFINED DFU_UTIL_VID_PID)