aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
Commit message (Expand)AuthorAgeFilesLines
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-221/+221
* Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it ...Dean Camera2010-05-041-242/+1
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean Camera2010-05-031-2/+2
* Switch back to C based timeout ISR in the AVRISP project - assembly version w...Dean Camera2010-05-021-0/+13
* Change AVRISP project's timeout to be interrupt based again, but make the int...Dean Camera2010-05-021-52/+6
* Make sure that long reads are aborted early if the connection times out while...Dean Camera2010-04-301-0/+3
* Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone pro...Dean Camera2010-04-301-11/+22
* Make AVRISP-MKII clone project's software PDI/TPI mode more robust by keeping...Dean Camera2010-04-281-14/+25
* Remove redundant check in the software PDI programming code of the AVRISP pro...Dean Camera2010-03-171-4/+0
* Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean Camera2010-03-171-5/+7
* Don't enable the pullup on the target /RESET line in the AVRISP project for P...Dean Camera2010-03-161-4/+3
* Fixed PDI programming mode in the AVRISP programmer project not exiting progr...Dean Camera2010-03-161-15/+6
* Fixed software PDI/TPI programming mode in the AVRISP project not correctly t...Dean Camera2010-02-231-2/+2
* Oops - need to revert changes made to ease testing of the software PDI progra...Dean Camera2010-02-211-0/+1
* Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod...Dean Camera2010-02-211-41/+33
* More fixes to the AVRISP command timeout system so that it should no longer l...Dean Camera2010-02-211-3/+6
* AVRISP programmer project now has a more robust timeout system, allowing for ...Dean Camera2010-02-191-36/+82
* Use _delay_us() function in the XPROGTarget.c file to ensure timing requireme...Dean Camera2010-01-311-9/+5
* Oops - PDI handshake delay was too long, causing the device's /RESET function...Dean Camera2010-01-311-4/+8
* Fix TPI communications in the AVRISP project when bit-banged USART mode is se...Dean Camera2010-01-291-5/+5
* Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remo...Dean Camera2010-01-271-10/+7
* Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVR...Dean Camera2010-01-271-0/+8
* Minor code cleanups, remove TemperatureDataLogger host application's Visual S...Dean Camera2010-01-251-1/+1
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-2/+2
* Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean Camera2010-01-051-0/+6
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the ...Dean Camera2009-12-291-1/+1
* Fixed AVRISP PDI race condition where the guard time between direction change...Dean Camera2009-12-291-62/+75
* Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is ...Dean Camera2009-12-291-4/+4
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Fix mistakes in the XPROGTarget.c/.h files for TPI mode software USART clock ...Dean Camera2009-12-271-17/+13
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-271-0/+420