aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LUFAPoweredProjects.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to Opendou...Dean Camera2009-06-221-6/+7
* Add new temp LUFA project logo to the manual.Dean Camera2009-06-211-1/+1
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-201-7/+24
* Move main library documentation pages into a new ManPages subdirectory.Dean Camera2009-06-151-0/+32