|
| 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 | + |
1 | 18 | edbg.name=Atmel EDBG
|
2 | 19 | edbg.communication=USB
|
3 | 20 | edbg.protocol=
|
4 | 21 | edbg.program.protocol=
|
5 | 22 | edbg.program.tool=openocd
|
6 | 23 | 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