From 1593e4a47e7187a84be44c4363b9a2e343db4351 Mon Sep 17 00:00:00 2001 From: Jan Kowalewski Date: Thu, 9 Jul 2020 12:34:22 +0200 Subject: [PATCH] tcl/board: Add QuickLogic QuickFeather configuration Add configuration for QuickLogic QuickFeather development kit. Change-Id: I39120714bf0bcafa86e0071c38da84a7d9f12a0d Signed-off-by: Jan Kowalewski Reviewed-on: http://openocd.zylin.com/5803 Reviewed-by: Antonio Borneo Tested-by: jenkins --- tcl/board/quicklogic_quickfeather.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tcl/board/quicklogic_quickfeather.cfg diff --git a/tcl/board/quicklogic_quickfeather.cfg b/tcl/board/quicklogic_quickfeather.cfg new file mode 100644 index 000000000..b522eff7e --- /dev/null +++ b/tcl/board/quicklogic_quickfeather.cfg @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# QuickLogic EOS S3 QuickFeather +# https://www.quicklogic.com/products/eos-s3/quickfeather-development-kit/ + +source [find target/eos_s3.cfg] + +reset_config srst_only + +transport select swd