aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added new incomplete AudioInputHost Host LowLevel demo.Dean Camera2011-05-294-9/+33
* Add new USB_Host_SetInterfaceAltSetting() convenience function.Dean Camera2011-05-276-14/+67
* Update trunk documentation for new LUFA release.Dean Camera2011-05-272-7/+27
* Fix incorrect macro guard in the UC3 EndpointStream header file.Dean Camera2011-05-261-2/+2
* Copy out the EndpointStream and PipeStream functions to each architecture, so...Dean Camera2011-05-2620-1076/+2563
* Update Webserver project to remove DHCP IP configuration status notification.Dean Camera2011-05-261-0/+1
* Update MediaController project to remove the Record usage (not often needed) ...Dean Camera2011-05-231-0/+1
* Add new MediaController project, a simple Media Playback control manipulator ...Dean Camera2011-05-232-4/+5
* Add RNDIS Device support to the Webserver project, so that the files stored o...Dean Camera2011-05-222-1/+1
* Fix broken Doxygen documentation.Dean Camera2011-05-193-32/+32
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean Camera2011-05-187-70/+144
* Oops - fix bad include path in the moved USBKEY Dataflash board driver header.Dean Camera2011-05-181-1/+2
* Seperated out board drivers by architecture in the library internals for bett...Dean Camera2011-05-1857-113/+109
* Add new "version" makefile target to the main LUFA library makefile, to give ...Dean Camera2011-05-182-3/+5
* Add skeleton LUFAConfig.h to the CodeTemplates directory.Dean Camera2011-05-142-3/+125
* Fixed possible invalid program execution when in host mode if corrupt descrip...Dean Camera2011-05-149-25/+64
* Add new USE_LUFA_CONFIG_HEADER compile time option.Dean Camera2011-05-094-8/+22
* Minor documentation fixes.Dean Camera2011-05-084-3/+10
* Fix up mistakes in the Device Support documentation page.Dean Camera2011-04-271-39/+42
* Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...Dean Camera2011-04-258-24/+28
* Add new LUFA powered user projects to the documentation.Dean Camera2011-04-231-2/+6
* Added LED flashing to the CDC and DFU class bootloaders to indicate when they...Dean Camera2011-04-231-0/+1
* Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks...Dean Camera2011-04-204-4/+6
* Fix definition of pgm_read_ptr().Dean Camera2011-04-131-1/+1