summaryrefslogtreecommitdiff
path: root/LUFA.pnproj
AgeCommit message (Expand)Author
2011-07-14Update UC3 platform driver support to use the bitmasks defined in the header ...Dean
2011-07-13Add start of an architecture port to the Atmel USB XMEGA devices.Dean
2011-07-12Enhance and document the AVR32 UC3 platform drivers.Dean
2011-07-11Add missing function attributes to the RingBuffer driver to reduce the chance...Dean
2011-07-06Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont...Dean
2011-06-30Pull out Android Accessory Mode functions into a seperate set of files in the...Dean
2011-06-29Update AudioInput and AudioOutput Class Driver device mode demos to use a swi...Dean
2011-06-27Added board hardware driver support for the EVK1104 board.Dean
2011-06-27Add board driver support for the EVK1100 board.Dean
2011-06-19Add missing project files for the new HIDReportViewer project to upgrade its ...Dean
2011-06-16Add new incomplete HIDReportViewer project.Dean
2011-06-16Rename new Audio class driver functions, callbacks and events to ensure that ...Dean
2011-06-09Fix compile errors when both Host and Device modes are enabled.Dean
2011-06-09Add missing AS4 and project description files to the new Audio Host demos.Dean
2011-06-09Add new Audio Class Driver Host demos.Dean
2011-06-08Added new Host mode Audio Class driver.Dean
2011-06-06Add additional support files for the new low level AudioInputHost and AudioOu...Dean
2011-06-06Move completed low level Audio Host demos into the LowLevel folder from the I...Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-06-04Added board driver support for the Busware TUL board.Dean
2011-05-30Added new incomplete AudioOutputHost Host LowLevel demo.Dean
2011-05-29Added new incomplete AudioInputHost Host LowLevel demo.Dean
2011-05-26Fix incorrect macro guard in the UC3 EndpointStream header file.Dean
2011-05-26Update Webserver project to remove DHCP IP configuration status notification.Dean
2011-05-23Add new MediaController project, a simple Media Playback control manipulator ...Dean
2011-05-22Add RNDIS Device support to the Webserver project, so that the files stored o...Dean
2011-05-18Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean
2011-05-14Fixed possible invalid program execution when in host mode if corrupt descrip...Dean
2011-04-12Add makefile template for the AVR32 UC3 architecture.Dean
2011-04-08Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean
2011-03-16Added new VirtualSerialMassStorage Device Class Driver demo.Dean
2011-03-13Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean
2011-03-13Oops - rename misnamed Endianess.h header file.Dean
2011-03-13Move out endianness management macros into a new common Endianness.h header.Dean
2011-02-27Move out common architecture-independent core definitions into the appropriat...Dean
2011-02-27More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean
2011-02-26Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean
2011-02-26Added TWI baud rate prescaler and bit length parameters to the TWI_Init() fun...Dean
2011-02-20Rename architecture specific driver files, to make them appear with uniquely ...Dean
2011-02-20Added start of a port of the core USB driver code to the AVR32 UC3B architect...Dean
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-02-19Move out Dataflash IC command constants headers into the general LUFA/Drivers...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-02-19Reduced latency for executing the Start-Of-Frame events (if enabled in the us...Dean
2011-02-15Add missing HID bootloader AVRStudio project.Dean
2011-02-13Add more const-ness to the stream endpoint/pipe functions where possible.Dean
2011-02-09Update HID bootloader loader application to support the VID/PID used by the b...Dean
2011-02-09Added HID class bootloader, compatible with a modified version of the command...Dean
2011-01-30Removed SerialStream module, rolled functionality into the base USART Serial ...Dean
2011-01-26Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean