aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA.pnproj
Commit message (Expand)AuthorAgeFilesLines
* Add missing project files for the new HIDReportViewer project to upgrade its ...Dean Camera2011-06-191-1/+1
* Add new incomplete HIDReportViewer project.Dean Camera2011-06-161-1/+1
* Rename new Audio class driver functions, callbacks and events to ensure that ...Dean Camera2011-06-161-1/+1
* Fix compile errors when both Host and Device modes are enabled.Dean Camera2011-06-091-1/+1
* Add missing AS4 and project description files to the new Audio Host demos.Dean Camera2011-06-091-1/+1
* Add new Audio Class Driver Host demos.Dean Camera2011-06-091-1/+1
* Added new Host mode Audio Class driver.Dean Camera2011-06-081-1/+1
* Add additional support files for the new low level AudioInputHost and AudioOu...Dean Camera2011-06-061-1/+1
* Move completed low level Audio Host demos into the LowLevel folder from the I...Dean Camera2011-06-061-1/+1
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-1/+1
* Added board driver support for the Busware TUL board.Dean Camera2011-06-041-1/+1
* Added new incomplete AudioOutputHost Host LowLevel demo.Dean Camera2011-05-301-1/+1
* Added new incomplete AudioInputHost Host LowLevel demo.Dean Camera2011-05-291-1/+1
* Fix incorrect macro guard in the UC3 EndpointStream header file.Dean Camera2011-05-261-1/+1
* Update Webserver project to remove DHCP IP configuration status notification.Dean Camera2011-05-261-1/+1
* Add new MediaController project, a simple Media Playback control manipulator ...Dean Camera2011-05-231-1/+1
* Add RNDIS Device support to the Webserver project, so that the files stored o...Dean Camera2011-05-221-1/+1
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean Camera2011-05-181-1/+1
* Fixed possible invalid program execution when in host mode if corrupt descrip...Dean Camera2011-05-141-1/+1
* Add makefile template for the AVR32 UC3 architecture.Dean Camera2011-04-121-1/+1
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-081-1/+1
* Added new VirtualSerialMassStorage Device Class Driver demo.Dean Camera2011-03-161-1/+1
* Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean Camera2011-03-131-1/+1
* Oops - rename misnamed Endianess.h header file.Dean Camera2011-03-131-1/+1
* Move out endianness management macros into a new common Endianness.h header.Dean Camera2011-03-131-1/+1
* Move out common architecture-independent core definitions into the appropriat...Dean Camera2011-02-271-1/+1
* More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean Camera2011-02-271-1/+1
* Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean Camera2011-02-261-1/+1
* Added TWI baud rate prescaler and bit length parameters to the TWI_Init() fun...Dean Camera2011-02-261-1/+1
* Rename architecture specific driver files, to make them appear with uniquely ...Dean Camera2011-02-201-1/+1
* Added start of a port of the core USB driver code to the AVR32 UC3B architect...Dean Camera2011-02-201-1/+1
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-1/+1
* Move out Dataflash IC command constants headers into the general LUFA/Drivers...Dean Camera2011-02-191-1/+1
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+1
* Reduced latency for executing the Start-Of-Frame events (if enabled in the us...Dean Camera2011-02-191-1/+1
* Add missing HID bootloader AVRStudio project.Dean Camera2011-02-151-1/+1
* Add more const-ness to the stream endpoint/pipe functions where possible.Dean Camera2011-02-131-1/+1
* Update HID bootloader loader application to support the VID/PID used by the b...Dean Camera2011-02-091-1/+1
* Added HID class bootloader, compatible with a modified version of the command...Dean Camera2011-02-091-1/+1
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-301-1/+1
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-1/+1
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean Camera2011-01-161-1/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-1/+1
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-261-1/+1
* Add missing AVRStudio4 project file for the MIDIToneGenerator project.Dean Camera2010-12-171-1/+1
* Added new completed MIDIToneGenerator project.Dean Camera2010-12-031-1/+1
* Readd incomplete MIDIToneGenerator project, which can now correctly generate ...Dean Camera2010-11-241-1/+1
* Added board hardware driver support for the Microsin AVR-USB162 development b...Dean Camera2010-11-211-1/+1
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-081-1/+1
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-281-1/+1