| Commit message (Expand) | Author | Age | Files | Lines |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 2 | -6/+6 |
* | Added new callback to the Audio Class driver to allow for endpoint control ma... | Dean Camera | 2011-06-03 | 1 | -2/+2 |
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 2 | -3/+3 |
* | Oops - revert commit of an incomplete port of the AVRISP-MKII project. | Dean Camera | 2011-05-29 | 3 | -32/+19 |
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 3 | -19/+32 |
* | Correct UC3 global interrupt functions. | Dean Camera | 2011-04-08 | 1 | -1/+1 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 1 | -26/+26 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 1 | -2/+2 |
* | Fixed programming errors in the AVRISP-MKII project when the programming pack... | Dean Camera | 2011-02-04 | 1 | -2/+11 |
* | Renamed all driver termination *_ShutDown() functions to the more logical nam... | Dean Camera | 2011-01-30 | 1 | -1/+1 |
* | Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout... | Dean Camera | 2011-01-22 | 2 | -10/+10 |
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean Camera | 2011-01-10 | 1 | -10/+10 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 4 | -8/+8 |
* | Combined page and word ISP programming mode code in the AVRISP-MKII clone pro... | Dean Camera | 2010-12-25 | 1 | -110/+66 |
* | Fixed possible programming problem in the AVRISP-MKII clone project when prog... | Dean Camera | 2010-12-25 | 1 | -13/+15 |
* | Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class... | Dean Camera | 2010-12-13 | 1 | -0/+3 |
* | Lower bulk endpoint polling rate in the descriptors to the lowest possible va... | Dean Camera | 2010-11-22 | 1 | -1/+1 |
* | Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon... | Dean Camera | 2010-11-16 | 1 | -11/+21 |
* | Second patch to fix incorrect PDI/TPI programming speed. | Dean Camera | 2010-11-14 | 3 | -6/+6 |
* | Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ... | Dean Camera | 2010-11-12 | 2 | -3/+6 |
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 1 | -2/+2 |
* | Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo... | Dean Camera | 2010-11-02 | 3 | -17/+46 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 4 | -4/+4 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 4 | -99/+102 |
* | Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when w... | Dean Camera | 2010-10-02 | 2 | -4/+15 |
* | Changed default value for the reset polarity parameter in the AVRISP-MKII pro... | Dean Camera | 2010-09-29 | 1 | -1/+3 |
* | Commit for the 100807 release. | Dean Camera | 2010-08-09 | 1 | -1/+1 |
* | Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ... | Dean Camera | 2010-08-02 | 1 | -2/+8 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 1 | -1/+1 |
* | Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi... | Dean Camera | 2010-07-29 | 3 | -81/+250 |
* | Update all demos, projects and bootloaders to indent all function parameters,... | Dean Camera | 2010-07-21 | 2 | -4/+9 |
* | Remove the timeout period extension code from the AVRISP project, as no singl... | Dean Camera | 2010-07-13 | 2 | -23/+7 |
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 2 | -2/+3 |
* | Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af... | Dean Camera | 2010-05-14 | 1 | -35/+30 |
* | Remove incorrect check for the current device state in the Set Configuration ... | Dean Camera | 2010-05-13 | 2 | -24/+26 |
* | Additional fix to the AVRISP-MKII clone project for 256KB AVRs. | Dean Camera | 2010-05-13 | 1 | -18/+14 |
* | Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co... | Dean Camera | 2010-05-13 | 1 | -9/+37 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 4 | -882/+882 |
* | Change AVRISP project's timeout to be interrupt based again, but make the int... | Dean Camera | 2010-05-02 | 1 | -14/+0 |
* | Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ... | Dean Camera | 2010-03-31 | 1 | -0/+9 |
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 2 | -36/+36 |
* | Update Temperature board driver to be AVR32 compatible when the ADC periphera... | Dean Camera | 2010-02-23 | 2 | -36/+36 |
* | More fixes to the AVRISP command timeout system so that it should no longer l... | Dean Camera | 2010-02-21 | 3 | -17/+29 |
* | Oops - missed a few references to the old global TimeoutMSRemaining counter i... | Dean Camera | 2010-02-20 | 1 | -5/+18 |
* | Added .5MHz recovery clock to the AVRISP programmer project when in ISP progr... | Dean Camera | 2010-02-10 | 2 | -4/+17 |
* | Fixed issues with EEPROM and FLASH ISP programming in the AVRISP project. | Dean Camera | 2010-02-01 | 2 | -8/+9 |
* | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr... | Dean Camera | 2010-01-19 | 1 | -10/+10 |
* | Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_... | Dean Camera | 2010-01-17 | 1 | -16/+49 |
* | Update Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2010-01-06 | 2 | -3/+5 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 4 | -8/+8 |