mirror of
https://git.code.sf.net/p/openocd/code
synced 2024-11-22 04:56:28 +00:00
69ea481e0b
OpenOCD project is switching to SPDX tags. Replace the few FSF boilerplate in tcl folder. Change-Id: I15b146eb77cc491ed7355178f684f3e76fc763b4 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7025 Tested-by: jenkins Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
27 lines
339 B
INI
27 lines
339 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#
|
|
# OpenOCD Board Configuration for eMAG Development Platform
|
|
#
|
|
# Copyright (c) 2019-2021, Ampere Computing LLC
|
|
#
|
|
|
|
#
|
|
# Configure JTAG speed
|
|
#
|
|
|
|
adapter speed 2000
|
|
|
|
#
|
|
# Configure Resets
|
|
#
|
|
|
|
jtag_ntrst_delay 100
|
|
reset_config trst_only
|
|
|
|
#
|
|
# Configure Targets
|
|
#
|
|
|
|
source [find target/ampere_emag.cfg]
|