Skip to content

Commit

Permalink
fix: update the openocd file for same70 xplained
Browse files Browse the repository at this point in the history
  • Loading branch information
lgili committed Mar 12, 2023
1 parent 97970b8 commit a9c2ca8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions tools/openocd/modm/atmel_same70_xplained.cfg
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

0 comments on commit a9c2ca8

Please sign in to comment.