tcl/board: Add QuickLogic QuickFeather configuration
Add configuration for QuickLogic QuickFeather development kit. Change-Id: I39120714bf0bcafa86e0071c38da84a7d9f12a0d Signed-off-by: Jan Kowalewski <jkowalewski@antmicro.com> Reviewed-on: http://openocd.zylin.com/5803 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
parent
c3166b43e4
commit
1593e4a47e
|
@ -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
|
Loading…
Reference in New Issue