mirror of
https://git.code.sf.net/p/openocd/code
synced 2024-11-24 19:56:23 +00:00
94686eea6e
This is the driver code for NanoXplore's ANGIE USB-JTAG Adapter. The driver is based on the openULINK project. This driver communicate with ANGIE's firmware in order to establish JTAG protocol to debug the target chip. Since the ANGIE Adapter has a Spartan-6 FPGA in addition to the FX2 microcontroller, the driver adds two functions, one to download the firmware (embedded C) to the FX2, and the second to program the FPGA with its bitstream. Add ANGIE's configuration file to tcl/interface/ Add the device VID/PID to 60-openocd.rules file. Add ANGIE to OpenOCD's documentation Change-Id: Id17111c74073da01450d43d466e11b0cc086691f Signed-off-by: Ahmed BOUDJELIDA <aboudjelida@nanoxplore.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7702 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
10 lines
265 B
INI
10 lines
265 B
INI
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright (C) 2023 by NanoXplore, France - all rights reserved
|
|
#
|
|
# configuration file for ANGIE Adapter from NanoXplore.
|
|
#
|
|
|
|
adapter driver angie
|
|
adapter speed 10000
|
|
reset_config trst_and_srst trst_push_pull srst_open_drain
|