Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 2 | -2/+3 |
| | |||||
* | Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs ↵ | Dean Camera | 2010-05-14 | 1 | -35/+30 |
| | | | | after programming or reading from the last page of FLASH. | ||||
* | Remove incorrect check for the current device state in the Set Configuration ↵ | Dean Camera | 2010-05-13 | 2 | -24/+26 |
| | | | | | | request handler of DevChapter9, which broke Set Configuration requests to the device under most circumstances. Move out the SPI prescaler list to a PROGMEM module-level variable in ISPTarget.c. | ||||
* | Additional fix to the AVRISP-MKII clone project for 256KB AVRs. | Dean Camera | 2010-05-13 | 1 | -18/+14 |
| | |||||
* | Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS ↵ | Dean Camera | 2010-05-13 | 1 | -9/+37 |
| | | | | | | commands when the extended address boundary is crossed during programming or readback (thanks to Gerard Sexton). Fixed warnings when building the AVRISP-MKII clone project with the ENABLE_XPROG_PROTOCOL compile time option disabled. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 4 | -882/+882 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Change AVRISP project's timeout to be interrupt based again, but make the ↵ | Dean Camera | 2010-05-02 | 1 | -14/+0 |
| | | | | | | interrupt itself interruptable and use a seperate assembly file to hand-optimize the ISR code. Removed the cast to uint16_t on the set baud rate in the USBtoSerial project, so that the higher >1M baud rates can be selected (thanks to Steffan). | ||||
* | Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ↵ | Dean Camera | 2010-03-31 | 1 | -0/+9 |
| | | | | to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility. | ||||
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 2 | -36/+36 |
| | |||||
* | Update Temperature board driver to be AVR32 compatible when the ADC ↵ | Dean Camera | 2010-02-23 | 2 | -36/+36 |
| | | | | | | peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports. Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version. | ||||
* | More fixes to the AVRISP command timeout system so that it should no longer ↵ | Dean Camera | 2010-02-21 | 3 | -17/+29 |
| | | | | lock up while processing command no matter what the conditions. | ||||
* | Oops - missed a few references to the old global TimeoutMSRemaining counter ↵ | Dean Camera | 2010-02-20 | 1 | -5/+18 |
| | | | | in ISPTarget.c of the AVRISP-MKII clone project. | ||||
* | Added .5MHz recovery clock to the AVRISP programmer project when in ISP ↵ | Dean Camera | 2010-02-10 | 2 | -4/+17 |
| | | | | | | programming mode to correct mis-set fuses. Fixed AVRISP project not extending the command delay after each successful page/word/byte program. | ||||
* | Fixed issues with EEPROM and FLASH ISP programming in the AVRISP project. | Dean Camera | 2010-02-01 | 2 | -8/+9 |
| | |||||
* | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI ↵ | Dean Camera | 2010-01-19 | 1 | -10/+10 |
| | | | | programmer, based on the state of a mode select pin. | ||||
* | Clean up and add more comments to the AVRISP-MKII project. Make sure the ↵ | Dean Camera | 2010-01-17 | 1 | -16/+49 |
| | | | | SPI_MULTI command handler supports multiple packet responses. Use slightly smaller/faster repeated indirect-load commands when retrieving the PDI target's memory CRCs. | ||||
* | Update Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2010-01-06 | 2 | -3/+5 |
| | |||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 4 | -8/+8 |
| | |||||
* | Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is ↵ | Dean Camera | 2009-12-29 | 1 | -5/+5 |
| | | | | not always used for target reset. | ||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 4 | -28/+28 |
| | |||||
* | Rename AVRISP project folder to AVRISP-MKII. | Dean Camera | 2009-12-27 | 4 | -0/+814 |