b5868aed6f
This introduce common folder structre and rework scripts & tools files. The linker scripts were reorganized to use best the current infrastructure which uses a template to create a final samv7.ld file based in the current SoC memories and bootloader definitions. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
13 lines
259 B
INI
13 lines
259 B
INI
#
|
|
# Atmel SAME70 board from QMTECH.
|
|
# https://github.com/ChinaQMTECH/ATSAMS70_E70
|
|
#
|
|
# Connect using the EDBG chip on the dev kit over USB
|
|
source [find interface/cmsis-dap.cfg]
|
|
|
|
set CHIPNAME atsame70n19
|
|
|
|
source [find target/atsamv.cfg]
|
|
|
|
reset_config srst_only
|