Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Oops - revert commit of an incomplete port of the AVRISP-MKII project. | Dean Camera | 2011-05-29 | 1 | -9/+4 |
| | |||||
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 1 | -4/+9 |
| | | | | | | Added missing Audio class control request definitions. Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host. | ||||
* | 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 ↵ | Dean Camera | 2010-11-16 | 1 | -0/+2 |
| | | | | automatically after exiting TPI programming mode. | ||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -11/+12 |
| | | | | tool made by Laszlo Monda | ||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 1 | -3/+8 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS ↵ | Dean Camera | 2010-05-13 | 1 | -1/+1 |
| | | | | | | commands when the extended address boundary is crossed during programming or readback (thanks to Gerard Sexton). Fixed warnings when building the AVRISP-MKII clone project with the ENABLE_XPROG_PROTOCOL compile time option disabled. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -77/+77 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure ↵ | Dean Camera | 2010-02-08 | 1 | -0/+1 |
| | | | | | | erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit. Change If-Else chains over to switch statements in XPROGProtocol.c for clarity. | ||||
* | Fix TPI mode chip erase code not properly erasing the target memory space. | Dean Camera | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Oops - new Write Word alignment code in the TPI programming function means ↵ | Dean Camera | 2010-02-02 | 1 | -1/+1 |
| | | | | that the WriteBuffer parameter is no longer const. | ||||
* | Make AVRISP XPROG function parameters const where possible. | Dean Camera | 2010-02-01 | 1 | -2/+2 |
| | |||||
* | Fix TPI communications in the AVRISP project when bit-banged USART mode is ↵ | Dean Camera | 2010-01-29 | 1 | -2/+2 |
| | | | | selected. | ||||
* | Cleanup and partially fix AVRISP-MKII project's TPI programming support. | Dean Camera | 2010-01-25 | 1 | -2/+7 |
| | |||||
* | 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 ↵ | Dean Camera | 2009-12-28 | 1 | -1/+1 |
| | | | | chunks, not byte sized chunks. | ||||
* | Add first draft of the TPI NVM commands for reading, writing and erasing a ↵ | Dean Camera | 2009-12-28 | 1 | -6/+4 |
| | | | | target. Needs testing when physical access to a part is available. | ||||
* | 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/+73 |