-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update the openocd file for same70 xplained
- Loading branch information
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
# | ||
# Atmel SAMV71 Xplained Ultra evaluation kit. | ||
# http://www.atmel.com/tools/ATSAMV71-XULT.aspx | ||
# Atmel SAME70 Xplained evaluation kit. | ||
# https://www.microchip.com/en-us/development-tool/ATSAME70-XPLD | ||
# | ||
# To connect using the EDBG chip on the dev kit over USB, you will | ||
# first need to source [find interface/cmsis-dap.cfg] | ||
# however, since this board also has a SWD+ETM connector, we don't | ||
# automatically source that file here. | ||
# Connect using the EDBG chip on the dev kit over USB. | ||
|
||
source [find interface/cmsis-dap.cfg] | ||
|
||
set CHIPNAME same70 | ||
set CHIPNAME atsame70q21 | ||
|
||
source [find board/atmel_same70_xplained.cfg] | ||
source [find target/atsamv.cfg] | ||
|
||
reset_config srst_only |