summaryrefslogtreecommitdiff
path: root/hw/bsp/samd5x_e5x
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-05-06 10:52:52 +0700
committerhathach <[email protected]>2024-05-06 10:52:52 +0700
commitd79c71abf593b7fde1e83eac074900216643dbff (patch)
tree59678d00fa88693752760034f0d6d6f6a50ca815 /hw/bsp/samd5x_e5x
parent3791514908c768df18df1be0afdcb07f2c3596b7 (diff)
update flash openocd
Diffstat (limited to 'hw/bsp/samd5x_e5x')
-rw-r--r--hw/bsp/samd5x_e5x/family.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/samd5x_e5x/family.cmake b/hw/bsp/samd5x_e5x/family.cmake
index 6d64a5fe4..fd95ce10e 100644
--- a/hw/bsp/samd5x_e5x/family.cmake
+++ b/hw/bsp/samd5x_e5x/family.cmake
@@ -105,5 +105,5 @@ function(family_configure_example TARGET RTOS)
# Flashing
family_add_bin_hex(${TARGET})
family_flash_jlink(${TARGET})
- #family_flash_openocd(${TARGET} ${OPENOCD_OPTION})
+ #family_flash_openocd(${TARGET})
endfunction()