aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect check for the current device state in the Set Configuration ↵Dean Camera2010-05-131-24/+25
| | | | | | 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.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-187/+187
| | | | 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 Camera2010-05-021-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).
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-12/+12
|
* Update Temperature board driver to be AVR32 compatible when the ADC ↵Dean Camera2010-02-231-12/+12
| | | | | | 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 Camera2010-02-211-4/+12
| | | | lock up while processing command no matter what the conditions.
* Oops - missed a few references to the old global TimeoutMSRemaining counter ↵Dean Camera2010-02-201-5/+18
| | | | in ISPTarget.c of the AVRISP-MKII clone project.
* Added .5MHz recovery clock to the AVRISP programmer project when in ISP ↵Dean Camera2010-02-101-4/+4
| | | | | | 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 Camera2010-02-011-1/+1
|
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-3/+3
|
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is ↵Dean Camera2009-12-291-5/+5
| | | | not always used for target reset.
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-271-0/+180