penguin 3 years ago
parent 7c52512598
commit 8b9e2e48a7

4
build/.gitignore vendored

@ -4,6 +4,10 @@
!gcc/same54p20a_flash.ld !gcc/same54p20a_flash.ld
!gcc/same54p20a_sram.ld !gcc/same54p20a_sram.ld
!gcc/startup_same54.c !gcc/startup_same54.c
!scripts
!scripts/openocd.cfg
!scripts/push.gdb
!scripts/debug.gdb
!.gitignore !.gitignore
!system_same54.c !system_same54.c
!Makefile !Makefile

@ -0,0 +1,6 @@
set pagination off
set logging file gdb.txt
set logging on
target extended-remote localhost:3333
load
monitor reset

@ -0,0 +1,9 @@
#
# Atmel SAMD21 Xplained Pro evaluation kit.
#
source [find interface/cmsis-dap.cfg]
transport select swd
# chip name
set CHIPNAME atsame54p20a
source [find target/atsame5x.cfg]

@ -0,0 +1,9 @@
set pagination off
set logging file gdb.txt
set logging redirect on
set logging on
target extended-remote localhost:3333
load
monitor reset
q
y
Loading…
Cancel
Save