aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
Commit message (Expand)AuthorAgeFilesLines
* Rename Audio Host Class driver internal descriptor matching routines to be in...Dean Camera2011-06-141-0/+2
* Fix compile errors when both Host and Device modes are enabled.Dean Camera2011-06-091-2/+1
* Add new Audio Class Driver Host demos.Dean Camera2011-06-091-2/+4
* Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean Camera2011-06-081-0/+2
* Remove warnings in the documentation for the library class drivers about sequ...Dean Camera2011-06-081-1/+3
* Added new Host mode Audio Class driver.Dean Camera2011-06-082-1/+5
* Fix errors in the Audio device demos and class driver regarding multiple samp...Dean Camera2011-06-071-1/+0
* 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-054-4/+14
* 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-042-1/+2
* Added new callback to the Audio Class driver to allow for endpoint control ma...Dean Camera2011-06-033-4/+7
* Spell check library source code files.Dean Camera2011-06-014-10/+10
* Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA...Dean Camera2011-06-013-1/+4
* Added new incomplete AudioOutputHost Host LowLevel demo.Dean Camera2011-05-301-0/+1
* Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...Dean Camera2011-05-302-1/+9
* Added new incomplete AudioInputHost Host LowLevel demo.Dean Camera2011-05-292-7/+8
* Add new USB_Host_SetInterfaceAltSetting() convenience function.Dean Camera2011-05-271-1/+2
* Update trunk documentation for new LUFA release.Dean Camera2011-05-272-7/+27
* 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-192-25/+25
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean Camera2011-05-182-0/+4
* Seperated out board drivers by architecture in the library internals for bett...Dean Camera2011-05-181-0/+1
* Add new "version" makefile target to the main LUFA library makefile, to give ...Dean Camera2011-05-181-2/+1
* Add skeleton LUFAConfig.h to the CodeTemplates directory.Dean Camera2011-05-141-3/+3
* Fixed possible invalid program execution when in host mode if corrupt descrip...Dean Camera2011-05-142-0/+3
* Add new USE_LUFA_CONFIG_HEADER compile time option.Dean Camera2011-05-092-0/+5
* Minor documentation fixes.Dean Camera2011-05-082-0/+4
* Fix up mistakes in the Device Support documentation page.Dean Camera2011-04-271-39/+42
* 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-202-1/+2
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-101-0/+1
* Move global interrupt enable/disable functions out to Common.h and document t...Dean Camera2011-04-081-1/+2
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-2/+1
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-042-1/+17
* Conditionally add available address spaces to the address space enum, for mul...Dean Camera2011-04-041-1/+1
* Add in new architecture attribute defines to selectively remove the EEPROM an...Dean Camera2011-03-211-27/+27
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-214-5/+11
* Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu...Dean Camera2011-03-181-1/+0
* Added new VirtualSerialMassStorage Device Class Driver demo.Dean Camera2011-03-163-1/+3
* Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating wh...Dean Camera2011-03-151-1/+2
* Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB A...Dean Camera2011-03-151-0/+1
* Updated the software USART code in the XPLAIN Bridge application so that the ...Dean Camera2011-03-152-1/+5
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-0/+6