mirror of
https://git.code.sf.net/p/openocd/code
synced 2024-11-25 05:16:24 +00:00
d674018432
This board is (software wise) similar to the existing SAME54 Xplained Pro board, with just a slightly different MCU. (Hardware wise, it features a vastly different form factor.) Signed-off-by: Jörg Wunsch <openocd@uriah.heep.sax.de> Change-Id: I5e5435d49d333fb74471994ee84de59ed983153c Reviewed-on: https://review.openocd.org/c/openocd/+/6747 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-by: Axel W. Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
15 lines
279 B
INI
15 lines
279 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Microchip SAME51 Curiosity Nano evaluation kit.
|
|
#
|
|
# https://www.microchip.com/en-us/development-tool/EV76S68A
|
|
#
|
|
|
|
source [find interface/cmsis-dap.cfg]
|
|
|
|
set CHIPNAME same51
|
|
|
|
source [find target/atsame5x.cfg]
|
|
|
|
reset_config srst_only
|