Skip to content

Commit e1b678e

Browse files
aethanielcmaglie
authored andcommitted
Adding SAM-ICE and ATMEL-ICE to SAMD programmers
1 parent 316867a commit e1b678e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

programmers.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
1+
# Copyright (c) 2014-2015 Arduino LLC. All right reserved.
2+
# Copyright (c) 2015 Amel-Tech (a division of Amel Srl). All right reserved.
3+
#
4+
# This library is free software; you can redistribute it and/or
5+
# modify it under the terms of the GNU Lesser General Public
6+
# License as published by the Free Software Foundation; either
7+
# version 2.1 of the License, or (at your option) any later version.
8+
#
9+
# This library is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12+
# See the GNU Lesser General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU Lesser General Public
15+
# License along with this library; if not, write to the Free Software
16+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17+
118
edbg.name=Atmel EDBG
219
edbg.communication=USB
320
edbg.protocol=
421
edbg.program.protocol=
522
edbg.program.tool=openocd
623
edbg.program.extra_params=
24+
#edbg.build.ldscript=linker_scripts/gcc/flash_without_bootloader.ld
25+
26+
atmel_ice.name=Atmel-ICE
27+
atmel_ice.communication=USB
28+
atmel_ice.protocol=
29+
atmel_ice.program.protocol=
30+
atmel_ice.program.tool=openocd
31+
atmel_ice.program.extra_params=
32+
33+
sam_ice.name=Atmel SAM-ICE
34+
sam_ice.communication=USB
35+
sam_ice.protocol=
36+
sam_ice.program.protocol=
37+
sam_ice.program.tool=openocd
38+
sam_ice.program.extra_params=

0 commit comments

Comments
 (0)