mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-26 04:04:24 +00:00
26 lines
339 B
INI
26 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]
|