| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor AVRISP MKII Clone PDI/TPI command constants to simplify the driver c... | Dean Camera | 2013-10-27 | 1 | -12/+12 |
| * | Minor documentation improvements. | Dean Camera | 2013-03-18 | 1 | -6/+6 |
| * | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
| * | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
| * | Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa... | Dean Camera | 2012-04-01 | 1 | -4/+4 |
| * | Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to... | Dean Camera | 2012-03-05 | 1 | -2/+2 |
| * | 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 |
| * | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 1 | -1/+1 |
| * | Fixed AVRISP-MKII Clone failing to start application firmware once a TPI prog... | Dean Camera | 2011-11-29 | 1 | -3/+9 |
| * | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 1 | -2/+2 |
| * | Replace cast-as-char* byte access of multibyte variables with proper shifts a... | Dean Camera | 2011-04-13 | 1 | -2/+2 |
| * | Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout... | Dean Camera | 2011-01-22 | 1 | -4/+4 |
| * | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| * | Fixed AVRISP-MKII clone project not starting the target's program automatical... | Dean Camera | 2010-11-16 | 1 | -0/+34 |
| * | 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 | -15/+16 |
| * | Update all demos, projects and bootloaders to indent all function parameters,... | Dean Camera | 2010-07-21 | 1 | -3/+8 |
| * | Remove the timeout period extension code from the AVRISP project, as no singl... | Dean Camera | 2010-07-13 | 1 | -12/+6 |
| * | Make loops in AVRISP-MKII Clone project's XPROG protocol infinite rather than... | Dean Camera | 2010-06-25 | 1 | -6/+2 |
| * | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -238/+238 |
| * | Change AVRISP project's timeout to be interrupt based again, but make the int... | Dean Camera | 2010-05-02 | 1 | -14/+0 |
| * | Make sure that long reads are aborted early if the connection times out while... | Dean Camera | 2010-04-30 | 1 | -2/+2 |
| * | Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone pro... | Dean Camera | 2010-04-30 | 1 | -2/+16 |
| * | Software PDI mode breaks unless the software USART has 100 cycles between bits. | Dean Camera | 2010-03-17 | 1 | -1/+1 |
| * | More fixes to the AVRISP command timeout system so that it should no longer l... | Dean Camera | 2010-02-21 | 1 | -4/+8 |
| * | AVRISP programmer project now has a more robust timeout system, allowing for ... | Dean Camera | 2010-02-19 | 1 | -4/+14 |
| * | Added .5MHz recovery clock to the AVRISP programmer project when in ISP progr... | Dean Camera | 2010-02-10 | 1 | -8/+14 |
| * | Fixed USB_GetHIDReportSize() returning the number of bits in the specified re... | Dean Camera | 2010-02-09 | 1 | -4/+4 |
| * | Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t ty... | Dean Camera | 2010-02-08 | 1 | -1/+0 |
| * | Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er... | Dean Camera | 2010-02-08 | 1 | -4/+4 |
| * | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ... | Dean Camera | 2010-02-04 | 1 | -1/+1 |
| * | Minor fixups to the documentation and preprocessor tokens. | Dean Camera | 2010-02-02 | 1 | -4/+5 |
| * | Fix TPI mode chip erase code not properly erasing the target memory space. | Dean Camera | 2010-02-02 | 1 | -3/+10 |
| * | Oops - new Write Word alignment code in the TPI programming function means th... | Dean Camera | 2010-02-02 | 1 | -1/+1 |
| * | Make TPI writes add a dummy high byte if the data isn't word-aligned. | Dean Camera | 2010-02-02 | 1 | -2/+2 |
| * | Make TPI programming protocol program in words, not bytes to satisfy the data... | Dean Camera | 2010-02-02 | 1 | -4/+19 |
| * | Make AVRISP XPROG function parameters const where possible. | Dean Camera | 2010-02-01 | 1 | -2/+2 |
| * | Oops - TPI programming is broken in the AVRISP project because the busy-flag ... | Dean Camera | 2010-01-29 | 1 | -3/+5 |
| * | Fix TPI communications in the AVRISP project when bit-banged USART mode is se... | Dean Camera | 2010-01-29 | 1 | -2/+2 |
| * | Clean up Webserver project - add more Doxygen documentation for the new DHCP ... | Dean Camera | 2010-01-27 | 1 | -2/+2 |
| * | Cleanup and partially fix AVRISP-MKII project's TPI programming support. | Dean Camera | 2010-01-25 | 1 | -5/+27 |
| * | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| * | Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized chunks,... | Dean Camera | 2009-12-28 | 1 | -6/+8 |
| * | Add first draft of the TPI NVM commands for reading, writing and erasing a ta... | Dean Camera | 2009-12-28 | 1 | -11/+77 |
| * | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| * | Rename AVRISP project folder to AVRISP-MKII. | Dean Camera | 2009-12-27 | 1 | -0/+104 |