update flash openocd

This commit is contained in:
hathach
2024-05-06 10:52:52 +07:00
parent 3791514908
commit d79c71abf5
10 changed files with 16 additions and 12 deletions

View File

@@ -179,7 +179,7 @@ function(family_configure_target TARGET RTOS)
pico_enable_stdio_uart(${TARGET} 1)
target_link_libraries(${TARGET} PUBLIC pico_stdlib tinyusb_board${RTOS_SUFFIX} tinyusb_additions)
family_flash_openocd(${TARGET} ${OPENOCD_OPTION})
family_flash_openocd(${TARGET})
family_flash_jlink(${TARGET})
endfunction()