Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-26 | Correct typos in comments and documentation | per1234 | |
2018-12-19 | Add ATmega32U4-compatible Arduino as ISP programmer | per1234 | |
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-19 | Revert "Updated Arduino as ISP setting" | per1234 | |
This reverts commit b084848f2eaf9ccb3ac9a64ac5492d91df4706bf. | |||
2017-11-13 | Updated Arduino as ISP setting | Nico | |
2017-02-08 | Merge branch 'master' into stk500-jtagice3 | Martino Facchin | |
2017-02-08 | Add Atmel-ICE as AVR programmer | Martino Facchin | |
2016-12-16 | Add ArduinoISP.org programmer | Martino Facchin | |
We'll need to patch avrdude with this new programmer type https://github.com/platformio/platformio-core/issues/717 | |||
2016-11-23 | Add support for the JTAGICE3 programmer | Matthijs Kooijman | |
This adds the configuration needed to support JTAGICE3. | |||
2016-11-23 | Support the Atmel STK500 development board for ISP | Matthijs Kooijman | |
2015-06-05 | Support the Atmel STK500 development board for ISP | Matthijs Kooijman | |
2015-06-05 | Added comment about Bus Pirate | ziotibia81 | |
2015-06-05 | Added support for Dangerous Prototypes Bus Pirate as ISP | ziotibia81 | |
Close #2385 | |||
2015-05-06 | [gemma] Integration of Gemma board | Cristian Maglie | |
2014-07-02 | added support for the ArduinoISP | Fede85 | |
2013-04-06 | Set correct speed of Arduino ISP programmer | Kristian Sloth Lauszus | |
2012-02-05 | Upload/Program with configurable generic command line tools (wip) | Cristian Maglie | |
2012-02-01 | First attemp to generalize upload for mutiplatform IDE | Cristian Maglie | |
2011-12-28 | Fixing 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-10 | Moving USBasp in programmers menu. | David A. Mellis | |
2011-09-16 | Added USBasp to programmers list | Santiago Reig | |
2009-11-01 | Adding Arduino as ISP sketch (firmware) and programmers.txt entry. | David A. Mellis | |
2008-02-20 | Improving the preprocessor and parallel programmer. | David A. Mellis | |
2007-10-07 | Switched to new burn bootloader menu system, dynamically generated from the ↵ | David A. Mellis | |
programmers.txt file. |