tcl: add microchip's pic64gx curiosity config
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
This commit is contained in:
committed by
Antonio Borneo
parent
6e87864dfc
commit
1f56ea647d
@@ -0,0 +1,10 @@
|
||||
# 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]
|
||||
Reference in New Issue
Block a user