blob: 64ae11ee92055af0180c247346a1c545b3d60552 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Atmel SAMD10 Xplained mini evaluation kit.
# http://www.atmel.com/tools/atsamd10-xmini.aspx
source [find interface/cmsis-dap.cfg]
# chip name
set CHIPNAME at91samd10d14
source [find target/at91samdXX.cfg]
|