summaryrefslogtreecommitdiff
path: root/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
AgeCommit message (Expand)Author
2012-02-19Add tag for the 120219 release.LUFA-120219Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-10-12Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocol...Dean
2011-10-07Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ...Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-05-29Oops - revert commit of an incomplete port of the AVRISP-MKII project.Dean
2011-05-29Added new incomplete AudioInputHost Host LowLevel demo.Dean
2011-01-22Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout...Dean
2011-01-01Update copyright year on all source files.Dean
2010-11-17Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_Send...Dean
2010-11-16Fixed AVRISP-MKII clone project not starting the target's program automatical...Dean
2010-11-16Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon...Dean
2010-11-14Second patch to fix incorrect PDI/TPI programming speed.Dean
2010-11-12Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-07-13Remove the timeout period extension code from the AVRISP project, as no singl...Dean
2010-06-25Make loops in AVRISP-MKII Clone project's XPROG protocol infinite rather than...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-04Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it ...Dean
2010-05-03Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean
2010-05-02Switch back to C based timeout ISR in the AVRISP project - assembly version w...Dean
2010-05-02Change AVRISP project's timeout to be interrupt based again, but make the int...Dean
2010-04-30Make sure that long reads are aborted early if the connection times out while...Dean
2010-04-30Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone pro...Dean
2010-04-28Make AVRISP-MKII clone project's software PDI/TPI mode more robust by keeping...Dean
2010-03-17Remove redundant check in the software PDI programming code of the AVRISP pro...Dean
2010-03-17Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean
2010-03-16Don't enable the pullup on the target /RESET line in the AVRISP project for P...Dean
2010-03-16Fixed PDI programming mode in the AVRISP programmer project not exiting progr...Dean
2010-02-23Fixed software PDI/TPI programming mode in the AVRISP project not correctly t...Dean
2010-02-21Oops - need to revert changes made to ease testing of the software PDI progra...Dean
2010-02-21Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod...Dean
2010-02-21More fixes to the AVRISP command timeout system so that it should no longer l...Dean
2010-02-19AVRISP programmer project now has a more robust timeout system, allowing for ...Dean
2010-01-31Use _delay_us() function in the XPROGTarget.c file to ensure timing requireme...Dean
2010-01-31Oops - PDI handshake delay was too long, causing the device's /RESET function...Dean
2010-01-29Fix TPI communications in the AVRISP project when bit-banged USART mode is se...Dean
2010-01-27Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remo...Dean
2010-01-27Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVR...Dean
2010-01-25Minor code cleanups, remove TemperatureDataLogger host application's Visual S...Dean
2010-01-06Update Doxygen configuration files to the latest Doxygen version.Dean
2010-01-05Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-29Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the ...Dean
2009-12-29Fixed AVRISP PDI race condition where the guard time between direction change...Dean
2009-12-29Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is ...Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-27Fix mistakes in the XPROGTarget.c/.h files for TPI mode software USART clock ...Dean
2009-12-27Rename AVRISP project folder to AVRISP-MKII.Dean