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 | -7/+4 |
| | |||||
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 1 | -4/+7 |
| | | | | | | 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 |
| | |||||
* | Lower bulk endpoint polling rate in the descriptors to the lowest possible ↵ | Dean Camera | 2010-11-22 | 1 | -1/+1 |
| | | | | value to give maximum throughput. | ||||
* | Rename incorrectly named XPROGTarget_SendBreak() function to ↵ | Dean Camera | 2010-11-17 | 1 | -1/+1 |
| | | | | XPROGTarget_SendIdle(), as it is sending idle bits and not break bits. | ||||
* | Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to ↵ | Dean Camera | 2010-11-16 | 1 | -1/+1 |
| | | | | | | issues with the XPLAINBridge when PDI programming at faster rates. Speed up XMEGANVM_WaitWhileNVMControllerBusy() by preloading the status register address into the pointer register of the target's NVM controller and then reading via a faster indirect load command. | ||||
* | 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 | -18/+19 |
| | | | | tool made by Laszlo Monda | ||||
* | Change over Doxygen \note documentation to \pre where applicable. | Dean Camera | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | 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 | -126/+126 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it ↵ | Dean Camera | 2010-05-04 | 1 | -28/+0 |
| | | | | was very buggy. PDI and TPI must now be implemented via seperate headers instead of the one unified ISP/TPI/PDI header. | ||||
* | Increase hardware PDI/TPI programming speed to 1MHz in the AVRISP MKII clone ↵ | Dean Camera | 2010-05-02 | 1 | -2/+2 |
| | | | | project. | ||||
* | Software PDI mode breaks unless the software USART has 100 cycles between bits. | Dean Camera | 2010-03-17 | 1 | -2/+5 |
| | |||||
* | Oops - need to revert changes made to ease testing of the software PDI ↵ | Dean Camera | 2010-02-21 | 1 | -21/+1 |
| | | | | programming mode. | ||||
* | Remove dual ISR for software PDI mode, use a single ISR instead to reduce ↵ | Dean Camera | 2010-02-21 | 1 | -1/+21 |
| | | | | code complexity. | ||||
* | Increased the speed of both software and hardware TPI/PDI programming modes ↵ | Dean Camera | 2010-02-21 | 1 | -1/+1 |
| | | | | of the AVRISP project. | ||||
* | AVRISP programmer project now has a more robust timeout system, allowing for ↵ | Dean Camera | 2010-02-19 | 1 | -1/+1 |
| | | | | a doubling of the software USART speed for PDI and TPI programming. | ||||
* | Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure ↵ | Dean Camera | 2010-02-08 | 1 | -1/+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. | ||||
* | Minor code cleanups, remove TemperatureDataLogger host application's Visual ↵ | Dean Camera | 2010-01-25 | 1 | -3/+3 |
| | | | | Studio Solution files, add LibHIDNet license files. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the ↵ | Dean Camera | 2009-12-29 | 1 | -1/+1 |
| | | | | time needed to reverse the data communication direction. | ||||
* | Fixed AVRISP PDI race condition where the guard time between direction ↵ | Dean Camera | 2009-12-29 | 1 | -0/+6 |
| | | | | changes could be interpreted as a start bit. Fixed TPI interface lines not being changed correctly when in bit-banged TPI mode. | ||||
* | Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is ↵ | Dean Camera | 2009-12-29 | 1 | -4/+4 |
| | | | | not always used for target reset. | ||||
* | Add first draft of the TPI NVM commands for reading, writing and erasing a ↵ | Dean Camera | 2009-12-28 | 1 | -1/+1 |
| | | | | 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 |
| | |||||
* | Fix mistakes in the XPROGTarget.c/.h files for TPI mode software USART clock ↵ | Dean Camera | 2009-12-27 | 1 | -62/+43 |
| | | | | rate and PDI mode XPLAIN board autoconfiguration. | ||||
* | Rename AVRISP project folder to AVRISP-MKII. | Dean Camera | 2009-12-27 | 1 | -0/+164 |