summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-08-30 18:10:15 +0700
committerGitHub <[email protected]>2024-08-30 18:10:15 +0700
commit29e025cbf5beb7a8dc5d7c8a86c06b9621c3f762 (patch)
treed14a054eff464e36cc89f2bd90cd1414c31a57cd /hw
parent64e62bad0d4c4a3d84003e02962fc0f227de8792 (diff)
parent27ddf19631d135df15f3388686f59e379e146dbb (diff)
Merge pull request #2731 from cumhuronat/master
Fix: Properly Handle NAK Response in MAX3421E driver
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/family_support.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/bsp/family_support.cmake b/hw/bsp/family_support.cmake
index b457fcfac..aa5e037d1 100644
--- a/hw/bsp/family_support.cmake
+++ b/hw/bsp/family_support.cmake
@@ -418,6 +418,12 @@ exit"
COMMAND ${JLINKEXE} -device ${JLINK_DEVICE} ${OPTION_LIST} -if ${JLINK_IF} -JTAGConf -1,-1 -speed auto -CommandFile $<TARGET_FILE_DIR:${TARGET}>/${TARGET}.jlink
VERBATIM
)
+
+ # optional flash post build
+# add_custom_command(TARGET ${TARGET} POST_BUILD
+# COMMAND ${JLINKEXE} -device ${JLINK_DEVICE} ${OPTION_LIST} -if ${JLINK_IF} -JTAGConf -1,-1 -speed auto -CommandFile $<TARGET_FILE_DIR:${TARGET}>/${TARGET}.jlink
+# VERBATIM
+# )
endfunction()