aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LUFAPoweredProjects.txt
Commit message (Expand)AuthorAgeFilesLines
* Added board hardware driver support for the Blackcat USB JTAG board (thanks t...Dean Camera2010-10-171-0/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-3/+3
* Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean Camera2010-09-291-1/+1
* Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...Dean Camera2010-09-281-0/+1
* Minor documentation corrections.Dean Camera2010-09-151-1/+1
* Added LEDs_ToggleLEDs() function to several board LED drivers which were miss...Dean Camera2010-09-091-1/+3
* Added board hardware driver support for the USBFOO development board.Dean Camera2010-09-041-1/+1
* Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean Camera2010-09-031-2/+4
* Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ...Dean Camera2010-08-311-0/+2
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-011-0/+1
* Oops - remove duplicated SPI driver init mask.Dean Camera2010-07-291-1/+0
* Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean Camera2010-07-151-1/+2
* Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...Dean Camera2010-07-081-0/+1
* Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...Dean Camera2010-06-231-0/+1
* Make the RFCOMM_SendFrame() function correctly generate frames from the input...Dean Camera2010-06-071-0/+1
* Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean Camera2010-05-311-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-82/+82
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean Camera2010-05-031-0/+1
* Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean Camera2010-04-191-2/+5
* Oops - make sure board driver dispatch headers test for the correct BOARD def...Dean Camera2010-03-301-1/+0
* All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean Camera2010-03-251-0/+1
* Webserver project now uses the board LEDs to indicate the current IP configur...Dean Camera2010-03-091-0/+1
* Minor documentation updates.Dean Camera2010-03-011-1/+2
* Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_...Dean Camera2010-02-151-2/+2
* Fix HID Host Class driver sending incorrect ReportType values to the device w...Dean Camera2010-02-141-1/+1
* Move DHCP negotiation timer into the DHCP connection application state struct...Dean Camera2010-02-121-2/+3
* Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...Dean Camera2010-02-091-0/+1
* Make Webserver allow HTTP requests for files with up to 50 characters in the ...Dean Camera2010-02-071-0/+1
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Replace the Webserver demo's uIP with the latest code ripped from the Contiki...Dean Camera2010-02-021-0/+1
* Fix incorrect preprocessor checks in the PLL prescaler mask determination cod...Dean Camera2010-01-161-0/+1
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-041-0/+5
* Fixed blocking CDC streams not aborting when the host is disconnected.Dean Camera2010-01-041-1/+4
* Minor documentation updates.Dean Camera2009-12-291-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-0/+1
* Added const where possible to the source functions in the Projects directory.Dean Camera2009-12-261-1/+1
* Start of implementation of the low level TPI programming protocol in the AVRI...Dean Camera2009-12-231-1/+1
* Complete initial working revision of PDI programming in the AVRISP project (X...Dean Camera2009-12-151-2/+4
* Minor code cleanups for clarity.Dean Camera2009-11-111-0/+1
* Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...Dean Camera2009-11-041-0/+1
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-081-3/+5
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-031-0/+1
* Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make c...Dean Camera2009-10-011-1/+1
* Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean Camera2009-09-061-0/+2
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-2/+3
* Fixed swapped paremeters in the HID state memory copy call while processing a...Dean Camera2009-08-111-0/+1
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-2/+2
* Ensure new Benito Programmer project matches Don's established LED behaviour ...Dean Camera2009-07-241-2/+2
* Added better module summaries.Dean Camera2009-07-141-0/+1
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-0/+1