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
267 B
INI
13 lines
267 B
INI
#
|
|
# Atmel SAME70 Xplained evaluation kit.
|
|
# http://www.atmel.com/tools/ATSAME70-XPLD.aspx
|
|
#
|
|
# Connect using the EDBG chip on the dev kit over USB
|
|
source [find interface/cmsis-dap.cfg]
|
|
|
|
set CHIPNAME atsame70q21
|
|
|
|
source [find target/atsamv.cfg]
|
|
|
|
reset_config srst_only
|