Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2870bae

Browse files
facchinmcmaglie
authored andcommittedFeb 8, 2017
Add Atmel-ICE as AVR programmer
1 parent 0b549ef commit 2870bae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎hardware/arduino/avr/programmers.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,9 @@ buspirate.program.protocol=buspirate
8181
buspirate.program.tool=avrdude
8282
buspirate.program.extra_params=-P{serial.port}
8383

84+
atmel_ice.name=Atmel-ICE (AVR)
85+
atmel_ice.communication=usb
86+
atmel_ice.protocol=atmelice_isp
87+
atmel_ice.program.protocol=atmelice_isp
88+
atmel_ice.program.tool=avrdude
89+
atmel_ice.program.extra_params=-Pusb

0 commit comments

Comments
 (0)
Please sign in to comment.