aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
Commit message (Expand)AuthorAgeFilesLines
* Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont...Dean Camera2011-07-064-61/+61
* Fix improper indenting of the internal board driver dispatch headers.Dean Camera2011-07-064-115/+119
* Split out compiler specific helper macros into a new CompilerSpecific.h heade...Dean Camera2011-07-063-30/+102
* Fix HID_Host_SetIdlePeriod() function to send the correct request type to the...Dean Camera2011-07-052-3/+3
* Add missing function parameter to the new HID_Host_SetIdlePeriod() function.Dean Camera2011-07-041-1/+2
* Add missing function parameter to the new HID_Host_SetIdlePeriod() function.Dean Camera2011-07-042-2/+4
* Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.Dean Camera2011-07-043-0/+27
* Oops: Fix compile error in the low level KeyboardMouse demo.Dean Camera2011-07-021-0/+1
* Seperate out the device demos and project's configuration descriptor structur...Dean Camera2011-07-011-0/+2
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-298-4/+458
* Added board hardware driver support for the EVK1104 board.Dean Camera2011-06-279-2/+262
* Add board driver support for the EVK1100 board.Dean Camera2011-06-2712-7/+384
* Fix logic bug in the incomplete Android Accessory Host demo preventing correc...Dean Camera2011-06-273-1/+6
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-203-3/+23
* Minor internal macro renaming for the UC3 devices.Dean Camera2011-06-207-15/+15
* Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean Camera2011-06-2022-5/+198
* Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointe...Dean Camera2011-06-201-0/+6
* Fix incorrect printf format specifier in the HIDReportViewer project.Dean Camera2011-06-201-1/+0
* Code style fixes for the Device mode USB Audio Class driver to make it more i...Dean Camera2011-06-191-2/+8
* Add missing project files for the new HIDReportViewer project to upgrade its ...Dean Camera2011-06-192-0/+2
* Fix TWI driver documentation example (thanks to Jerome Colombie).Dean Camera2011-06-182-5/+5
* Add new incomplete HIDReportViewer project.Dean Camera2011-06-162-3/+3
* Add missing SVN eol-style properties to source files to prevent mixed end-of-...Dean Camera2011-06-163-658/+658
* Added new \ref SPI_GetCurrentMode() function to the SPI peripheral driver.Dean Camera2011-06-162-5/+24
* Rename new Audio class driver functions, callbacks and events to ensure that ...Dean Camera2011-06-168-28/+33
* Add macro guards to the templated C files to prevent compile errors if they a...Dean Camera2011-06-148-2/+272
* Rename Audio Host Class driver internal descriptor matching routines to be in...Dean Camera2011-06-143-10/+12
* Ensure that only the requested Audio class pipes are mapped to endpoints with...Dean Camera2011-06-132-5/+9
* Fix bugs in the Host mode Audio class driver.Dean Camera2011-06-122-8/+20
* Fix errors in the library Host mode Audio Class driver.Dean Camera2011-06-092-9/+10
* Fix compile errors when both Host and Device modes are enabled.Dean Camera2011-06-094-5/+4
* Add new Audio Class Driver Host demos.Dean Camera2011-06-093-12/+43
* Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean Camera2011-06-089-37/+82
* Remove warnings in the documentation for the library class drivers about sequ...Dean Camera2011-06-0815-67/+11
* Added new Host mode Audio Class driver.Dean Camera2011-06-0810-21/+620
* Fix compile errors when compiling for the AVR32 UC3 target.Dean Camera2011-06-082-0/+2
* Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ...Dean Camera2011-06-081-0/+0
* Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ...Dean Camera2011-06-081-0/+0
* Fix errors in the Audio device demos and class driver regarding multiple samp...Dean Camera2011-06-073-18/+17
* Add additional support files for the new low level AudioInputHost and AudioOu...Dean Camera2011-06-061-3/+3
* Move completed low level Audio Host demos into the LowLevel folder from the I...Dean Camera2011-06-061-3/+3
* Update the Low Level Audio Input and Audio Output demos to support multiple s...Dean Camera2011-06-062-5/+5
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-0534-62/+95
* Fixed compile errors in the incomplete BluetoothHost demo application (thanks...Dean Camera2011-06-052-0/+4
* Added board driver support for the Busware TUL board.Dean Camera2011-06-047-2/+226
* Added new callback to the Audio Class driver to allow for endpoint control ma...Dean Camera2011-06-037-19/+133
* Spell check library source code files.Dean Camera2011-06-0133-58/+58
* Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA...Dean Camera2011-06-014-2/+5
* Added new incomplete AudioOutputHost Host LowLevel demo.Dean Camera2011-05-302-0/+2
* Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...Dean Camera2011-05-307-18/+31