| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 1 | -2/+2 |
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -2/+2 |
* | Reduce PDI/TPI reset hold period from 1ms to 100us, as the former caused spor... | Dean Camera | 2013-11-21 | 1 | -2/+2 |
* | Increase AVRISP-MKII Clone PDI/TPI handshake to 1ms from 1us for targets with... | Dean Camera | 2013-11-04 | 1 | -2/+2 |
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
* | Minor documentation improvements. | Dean Camera | 2012-04-15 | 1 | -1/+1 |
* | Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa... | Dean Camera | 2012-04-01 | 1 | -1/+1 |
* | Oops - don't reset AVRISP-MKII timeout in XPROG mode, as this is synchronous ... | Dean Camera | 2012-02-19 | 1 | -3/+0 |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
* | Fixed AVRISP-MKII Clone timing out on long programming commands such as progr... | Dean Camera | 2012-01-30 | 1 | -0/+3 |
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 1 | -2/+2 |
* | Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocol... | Dean Camera | 2011-10-12 | 1 | -10/+9 |
* | Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ... | Dean Camera | 2011-10-07 | 1 | -3/+8 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 1 | -1/+1 |
* | Oops - revert commit of an incomplete port of the AVRISP-MKII project. | Dean Camera | 2011-05-29 | 1 | -109/+72 |
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 1 | -72/+109 |
* | Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout... | Dean Camera | 2011-01-22 | 1 | -1/+1 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
* | Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_Send... | Dean Camera | 2010-11-17 | 1 | -10/+10 |
* | Fixed AVRISP-MKII clone project not starting the target's program automatical... | Dean Camera | 2010-11-16 | 1 | -2/+2 |
* | Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon... | Dean Camera | 2010-11-16 | 1 | -1/+1 |
* | Second patch to fix incorrect PDI/TPI programming speed. | Dean Camera | 2010-11-14 | 1 | -1/+1 |
* | Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ... | Dean Camera | 2010-11-12 | 1 | -1/+1 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 1 | -1/+1 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 1 | -10/+11 |
* | Remove the timeout period extension code from the AVRISP project, as no singl... | Dean Camera | 2010-07-13 | 1 | -16/+1 |
* | Make loops in AVRISP-MKII Clone project's XPROG protocol infinite rather than... | Dean Camera | 2010-06-25 | 1 | -2/+0 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -221/+221 |
* | Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it ... | Dean Camera | 2010-05-04 | 1 | -242/+1 |
* | Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha... | Dean Camera | 2010-05-03 | 1 | -2/+2 |
* | Switch back to C based timeout ISR in the AVRISP project - assembly version w... | Dean Camera | 2010-05-02 | 1 | -0/+13 |
* | Change AVRISP project's timeout to be interrupt based again, but make the int... | Dean Camera | 2010-05-02 | 1 | -52/+6 |
* | Make sure that long reads are aborted early if the connection times out while... | Dean Camera | 2010-04-30 | 1 | -0/+3 |
* | Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone pro... | Dean Camera | 2010-04-30 | 1 | -11/+22 |
* | Make AVRISP-MKII clone project's software PDI/TPI mode more robust by keeping... | Dean Camera | 2010-04-28 | 1 | -14/+25 |
* | Remove redundant check in the software PDI programming code of the AVRISP pro... | Dean Camera | 2010-03-17 | 1 | -4/+0 |
* | Software PDI mode breaks unless the software USART has 100 cycles between bits. | Dean Camera | 2010-03-17 | 1 | -5/+7 |
* | Don't enable the pullup on the target /RESET line in the AVRISP project for P... | Dean Camera | 2010-03-16 | 1 | -4/+3 |
* | Fixed PDI programming mode in the AVRISP programmer project not exiting progr... | Dean Camera | 2010-03-16 | 1 | -15/+6 |
* | Fixed software PDI/TPI programming mode in the AVRISP project not correctly t... | Dean Camera | 2010-02-23 | 1 | -2/+2 |
* | Oops - need to revert changes made to ease testing of the software PDI progra... | Dean Camera | 2010-02-21 | 1 | -0/+1 |
* | Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod... | Dean Camera | 2010-02-21 | 1 | -41/+33 |
* | More fixes to the AVRISP command timeout system so that it should no longer l... | Dean Camera | 2010-02-21 | 1 | -3/+6 |
* | AVRISP programmer project now has a more robust timeout system, allowing for ... | Dean Camera | 2010-02-19 | 1 | -36/+82 |
* | Use _delay_us() function in the XPROGTarget.c file to ensure timing requireme... | Dean Camera | 2010-01-31 | 1 | -9/+5 |
* | Oops - PDI handshake delay was too long, causing the device's /RESET function... | Dean Camera | 2010-01-31 | 1 | -4/+8 |
* | Fix TPI communications in the AVRISP project when bit-banged USART mode is se... | Dean Camera | 2010-01-29 | 1 | -5/+5 |
* | Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remo... | Dean Camera | 2010-01-27 | 1 | -10/+7 |