aboutsummaryrefslogtreecommitdiff
path: root/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
AgeCommit message (Expand)Author
2012-04-15Minor documentation improvements.Dean
2012-04-01Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa...Dean
2012-02-19Oops - don't reset AVRISP-MKII timeout in XPROG mode, as this is synchronous ...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-01-30Fixed AVRISP-MKII Clone timing out on long programming commands such as progr...Dean
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