| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determinat... | Dean Camera | 2011-11-01 | 1 | -1/+1 |
* | Add XMEGA SPI peripheral driver. | Dean Camera | 2011-10-31 | 1 | -1/+1 |
* | Add support for the Atmel XMEGA A3BU Xplained board. | Dean Camera | 2011-10-31 | 1 | -1/+1 |
* | Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to p... | Dean Camera | 2011-10-18 | 1 | -1/+1 |
* | Added User Application APIs to the CDC and DFU class bootloaders. | Dean Camera | 2011-10-11 | 1 | -1/+1 |
* | Pull out architecture specific macros and other definitions into a new common... | Dean Camera | 2011-08-16 | 1 | -1/+1 |
* | Update LUFAConfig.h with missing options for the AVR32 target. | Dean Camera | 2011-08-04 | 1 | -1/+1 |
* | Update UC3 platform driver support to use the bitmasks defined in the header ... | Dean Camera | 2011-07-14 | 1 | -1/+1 |
* | Add start of an architecture port to the Atmel USB XMEGA devices. | Dean Camera | 2011-07-13 | 1 | -1/+1 |
* | Enhance and document the AVR32 UC3 platform drivers. | Dean Camera | 2011-07-12 | 1 | -1/+1 |
* | Add missing function attributes to the RingBuffer driver to reduce the chance... | Dean Camera | 2011-07-11 | 1 | -1/+1 |
* | Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont... | Dean Camera | 2011-07-06 | 1 | -1/+1 |
* | Pull out Android Accessory Mode functions into a seperate set of files in the... | Dean Camera | 2011-06-30 | 1 | -1/+1 |
* | Update AudioInput and AudioOutput Class Driver device mode demos to use a swi... | Dean Camera | 2011-06-29 | 1 | -1/+1 |
* | Added board hardware driver support for the EVK1104 board. | Dean Camera | 2011-06-27 | 1 | -1/+1 |
* | Add board driver support for the EVK1100 board. | Dean Camera | 2011-06-27 | 1 | -1/+1 |
* | Add missing project files for the new HIDReportViewer project to upgrade its ... | Dean Camera | 2011-06-19 | 1 | -1/+1 |
* | Add new incomplete HIDReportViewer project. | Dean Camera | 2011-06-16 | 1 | -1/+1 |
* | Rename new Audio class driver functions, callbacks and events to ensure that ... | Dean Camera | 2011-06-16 | 1 | -1/+1 |
* | Fix compile errors when both Host and Device modes are enabled. | Dean Camera | 2011-06-09 | 1 | -1/+1 |
* | Add missing AS4 and project description files to the new Audio Host demos. | Dean Camera | 2011-06-09 | 1 | -1/+1 |
* | Add new Audio Class Driver Host demos. | Dean Camera | 2011-06-09 | 1 | -1/+1 |
* | Added new Host mode Audio Class driver. | Dean Camera | 2011-06-08 | 1 | -1/+1 |
* | Add additional support files for the new low level AudioInputHost and AudioOu... | Dean Camera | 2011-06-06 | 1 | -1/+1 |
* | Move completed low level Audio Host demos into the LowLevel folder from the I... | Dean Camera | 2011-06-06 | 1 | -1/+1 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 1 | -1/+1 |
* | Added board driver support for the Busware TUL board. | Dean Camera | 2011-06-04 | 1 | -1/+1 |
* | Added new incomplete AudioOutputHost Host LowLevel demo. | Dean Camera | 2011-05-30 | 1 | -1/+1 |
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 1 | -1/+1 |
* | Fix incorrect macro guard in the UC3 EndpointStream header file. | Dean Camera | 2011-05-26 | 1 | -1/+1 |
* | Update Webserver project to remove DHCP IP configuration status notification. | Dean Camera | 2011-05-26 | 1 | -1/+1 |
* | Add new MediaController project, a simple Media Playback control manipulator ... | Dean Camera | 2011-05-23 | 1 | -1/+1 |
* | Add RNDIS Device support to the Webserver project, so that the files stored o... | Dean Camera | 2011-05-22 | 1 | -1/+1 |
* | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De... | Dean Camera | 2011-05-18 | 1 | -1/+1 |
* | Fixed possible invalid program execution when in host mode if corrupt descrip... | Dean Camera | 2011-05-14 | 1 | -1/+1 |
* | Add makefile template for the AVR32 UC3 architecture. | Dean Camera | 2011-04-12 | 1 | -1/+1 |
* | Add in a new common Delay_MS() function, which provides a blocking delay for ... | Dean Camera | 2011-04-08 | 1 | -1/+1 |
* | Added new VirtualSerialMassStorage Device Class Driver demo. | Dean Camera | 2011-03-16 | 1 | -1/+1 |
* | Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models. | Dean Camera | 2011-03-13 | 1 | -1/+1 |
* | Oops - rename misnamed Endianess.h header file. | Dean Camera | 2011-03-13 | 1 | -1/+1 |
* | Move out endianness management macros into a new common Endianness.h header. | Dean Camera | 2011-03-13 | 1 | -1/+1 |
* | Move out common architecture-independent core definitions into the appropriat... | Dean Camera | 2011-02-27 | 1 | -1/+1 |
* | More AVR32 UC3B architecture ports - USB device mode applications can now be ... | Dean Camera | 2011-02-27 | 1 | -1/+1 |
* | Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare... | Dean Camera | 2011-02-26 | 1 | -1/+1 |
* | Added TWI baud rate prescaler and bit length parameters to the TWI_Init() fun... | Dean Camera | 2011-02-26 | 1 | -1/+1 |
* | Rename architecture specific driver files, to make them appear with uniquely ... | Dean Camera | 2011-02-20 | 1 | -1/+1 |
* | Added start of a port of the core USB driver code to the AVR32 UC3B architect... | Dean Camera | 2011-02-20 | 1 | -1/+1 |
* | Initial restructuring of the core USB driver module to support multiple archi... | Dean Camera | 2011-02-19 | 1 | -1/+1 |
* | Move out Dataflash IC command constants headers into the general LUFA/Drivers... | Dean Camera | 2011-02-19 | 1 | -1/+1 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 1 | -1/+1 |