mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-08-21 12:16:23 +00:00
Microchip's PIC64GX Curiosity Board has a RISC-V core complex with 4 application processors and one monitor processor. The Curiosity kit also has an on-board debug interface based around an FTDI 4232H device. This patch adds basic target, interface and board support for PIC64GX Curiosity Kit. Change-Id: I2234d8725744fbae00b3909773b370e5c18debd8 Signed-off-by: Liam Fletcher <liam.fletcher@microchip.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8878 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
11 lines
274 B
INI
11 lines
274 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Microchip RISC-V board
|
|
#
|
|
# https://www.microchip.com/en-us/products/microprocessors/64-bit-mpus/pic64gx
|
|
#
|
|
adapter speed 6000
|
|
|
|
source [find interface/microchip/embedded_flashpro5.cfg]
|
|
source [find target/microchip/pic64gx.cfg]
|