This is an automated email from Gerrit. Jan Kowalewski ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5803
-- gerrit commit 31538343600c5e9d279ee873b0854460bfcf4a0f Author: Jan Kowalewski <[email protected]> Date: Thu Jul 9 12:34:22 2020 +0200 tcl/board: Add QuickLogic QuickFeather configuration Add configuration for QuickLogic QuickFeather development kit. Change-Id: I39120714bf0bcafa86e0071c38da84a7d9f12a0d Signed-off-by: Jan Kowalewski <[email protected]> diff --git a/tcl/board/quicklogic_quickfeather.cfg b/tcl/board/quicklogic_quickfeather.cfg new file mode 100644 index 0000000..ba6aa27 --- /dev/null +++ b/tcl/board/quicklogic_quickfeather.cfg @@ -0,0 +1,10 @@ +# QuickLogic EOS S3 QuickFeather +# https://www.quicklogic.com/products/eos-s3/quickfeather-development-kit/ + +adapter driver ftdi + +init + +# Trigger reset on SWD_EN pin (either nSRST or nTRST) +ftdi_set_signal SWD_EN z +ftdi_set_signal SWD_EN 1 -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
