aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-2611-51/+51
* Added basic driver example use code to the library documentation.Dean Camera2010-12-261-2/+2
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-2619-646/+37
* Combined page and word ISP programming mode code in the AVRISP-MKII clone pro...Dean Camera2010-12-252-110/+67
* Fixed possible programming problem in the AVRISP-MKII clone project when prog...Dean Camera2010-12-251-13/+15
* Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to r...Dean Camera2010-12-2412-2/+12
* Fix a few more incorrectly ordered endpoint initialisations in the device demos.Dean Camera2010-12-171-1/+1
* Add missing AVRStudio4 project file for the MIDIToneGenerator project.Dean Camera2010-12-171-0/+1
* Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class...Dean Camera2010-12-131-0/+3
* Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects...Dean Camera2010-12-123-9/+39
* Added new RingBuffer_Peek() function to the lightweight ring buffer headers.Dean Camera2010-12-123-0/+33
* Added new completed MIDIToneGenerator project.Dean Camera2010-12-037-8/+85
* Fixed broken DFU bootloader, added XPLAIN support for bootloader start when X...Dean Camera2010-11-271-0/+1
* Fix typos in the XPLAINBridge project preventing compilation.Dean Camera2010-11-261-2/+2
* Added ability to write protect Mass Storage disk write operations from the ho...Dean Camera2010-11-269-7/+124
* Changed the XPLAINBridge software UART to use the regular CTC mode instead of...Dean Camera2010-11-253-9/+9
* Make the incomplete MIDIToneGenerator project work with up to three notes, us...Dean Camera2010-11-252-27/+61
* Readd incomplete MIDIToneGenerator project, which can now correctly generate ...Dean Camera2010-11-245-0/+1442
* Fixed Benito project discarding incoming data from the USB virtual serial por...Dean Camera2010-11-235-7/+6
* Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean Camera2010-11-229-16/+16
* Oops - reduce size of each ring buffer in the USBtoSerial and Benito projects...Dean Camera2010-11-212-2/+2
* Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_Send...Dean Camera2010-11-173-11/+14
* Fixed AVRISP-MKII clone project not starting the target's program automatical...Dean Camera2010-11-167-61/+87
* Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues...Dean Camera2010-11-163-8/+10
* Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon...Dean Camera2010-11-165-12/+33
* Fixed incorrect event name in the Benito project.Dean Camera2010-11-151-2/+5
* Second patch to fix incorrect PDI/TPI programming speed.Dean Camera2010-11-145-8/+7
* Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ...Dean Camera2010-11-123-4/+7
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean Camera2010-11-109-19/+19
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-085-8/+8
* Fixed broken input in the MagStripe reader project due to an incorrect HID re...Dean Camera2010-11-071-1/+1
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-0517-25/+25
* Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s...Dean Camera2010-11-032-8/+20
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-023-12/+23
* Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo...Dean Camera2010-11-026-25/+55
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-28106-108/+108
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-2511-75/+75
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-2428-38/+8
* Fix incomplete StandaloneProgrammer project code not compiling due to the rec...Dean Camera2010-10-132-3/+3
* Fix SoftUART.c not compiling due to accidental check in of changes not yet co...Dean Camera2010-10-131-3/+3
* Minor documentation corrections.Dean Camera2010-10-133-6/+6
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-13158-2245/+2396
* Fix Webserver project code not compiling due to the changes to the USB mode s...Dean Camera2010-10-124-4/+4
* Fixed ISR definition conflict in the XPLAIN bridge between the software UART ...Dean Camera2010-10-102-11/+16
* Revert change to the AVRISP-MKII project for fuse byte programming via the CM...Dean Camera2010-10-021-9/+0
* Fixed broken lock byte programming in the AVRISP-MKII clone project for some ...Dean Camera2010-10-022-3/+10
* Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when w...Dean Camera2010-10-022-4/+15
* Fixed LowLevel JoystickHostWithParser demo not saving the chosen HID interfac...Dean Camera2010-10-011-15/+12
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-303-34/+47
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-308-8/+8