aboutsummaryrefslogtreecommitdiff
path: root/programmers.txt
AgeCommit message (Collapse)Author
2021-10-14Added pluggable discovery/monitor definitionsCristian Maglie
2021-05-26Correct typos in comments and documentationper1234
2018-12-19Add ATmega32U4-compatible Arduino as ISP programmerper1234
Use of the stk500v1 protocol for Arduino as ISP does not work with native USB boards on Windows. The arduino protocol does. However, the arduino protocol makes it more likely that boards with an external USB interface chip will require the auto-reset circuitry to be disabled to allow them to be used as Arduino as ISP. That adds extra complexity to a process already difficult for the average Arduino user. For this reason, a new programmer using the arduino protocol is added specifically for using native USB boards as Arduino as ISP and the previous Arduino as ISP configuration is retained for use with all other boards.
2018-12-19Revert "Updated Arduino as ISP setting"per1234
This reverts commit b084848f2eaf9ccb3ac9a64ac5492d91df4706bf.
2017-11-13Updated Arduino as ISP settingNico
2017-02-08Merge branch 'master' into stk500-jtagice3Martino Facchin
2017-02-08Add Atmel-ICE as AVR programmerMartino Facchin
2016-12-16Add ArduinoISP.org programmerMartino Facchin
We'll need to patch avrdude with this new programmer type https://github.com/platformio/platformio-core/issues/717
2016-11-23Add support for the JTAGICE3 programmerMatthijs Kooijman
This adds the configuration needed to support JTAGICE3.
2016-11-23Support the Atmel STK500 development board for ISPMatthijs Kooijman
2015-06-05Support the Atmel STK500 development board for ISPMatthijs Kooijman
2015-06-05Added comment about Bus Pirateziotibia81
2015-06-05Added support for Dangerous Prototypes Bus Pirate as ISPziotibia81
Close #2385
2015-05-06[gemma] Integration of Gemma boardCristian Maglie
2014-07-02added support for the ArduinoISPFede85
2013-04-06Set correct speed of Arduino ISP programmerKristian Sloth Lauszus
2012-02-05Upload/Program with configurable generic command line tools (wip)Cristian Maglie
2012-02-01First attemp to generalize upload for mutiplatform IDECristian Maglie
2011-12-28Fixing ArduinoISP sketch by lowering baud rate to 9600 (from 19200).David A. Mellis
http://code.google.com/p/arduino/issues/detail?id=661
2011-10-10Moving USBasp in programmers menu.David A. Mellis
2011-09-16Added USBasp to programmers listSantiago Reig
2009-11-01Adding Arduino as ISP sketch (firmware) and programmers.txt entry.David A. Mellis
2008-02-20Improving the preprocessor and parallel programmer. David A. Mellis
2007-10-07Switched to new burn bootloader menu system, dynamically generated from the ↵David A. Mellis
programmers.txt file.