aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA.pnproj
Commit message (Expand)AuthorAgeFilesLines
...
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-041-1/+1
* Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port...Dean Camera2009-11-031-1/+1
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-031-1/+1
* Add const attribute to class driver APIs.Dean Camera2009-11-031-1/+1
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-181-1/+1
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-1/+1
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-081-1/+1
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-081-1/+1
* Minor documentation fixups.Dean Camera2009-10-031-1/+1
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-031-1/+1
* Added support for the Atmel XPLAIN board.Dean Camera2009-10-021-1/+1
* Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean Camera2009-09-301-1/+1
* Add information on the new MouseHostDevice dual role demo to the library docu...Dean Camera2009-09-291-1/+1
* Finish initial draft of the Host Mode HID Class driver.Dean Camera2009-09-211-1/+1
* Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hu...Dean Camera2009-09-211-1/+1
* Add KeyboardHost HID Host Class driver demo to the library.Dean Camera2009-09-201-1/+1
* Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...Dean Camera2009-09-201-1/+1
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-171-1/+1
* Add Host mode Class driver demo summaries.Dean Camera2009-09-091-1/+1
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-1/+1
* Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ...Dean Camera2009-08-301-1/+1
* Added new "Common" section to the class drivers, to hold all mode-independant...Dean Camera2009-08-271-1/+1
* Add SCSICodes.h to the Class Driver Common folder, and automatically include ...Dean Camera2009-08-261-1/+1
* Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...Dean Camera2009-08-251-1/+1
* Updated Benito project -- added hardware interrupt and software buffering for...Dean Camera2009-08-251-1/+1
* Moved out target-related V2 protocol commands into a seperate file for the AV...Dean Camera2009-08-231-1/+1
* Correct Programmer's Notepad project file to use the correct path for the AVR...Dean Camera2009-08-201-1/+1
* Moved out the handling of V2 Protocol parameters to a seperate set of files. ...Dean Camera2009-08-191-1/+1
* Fixed invalid data being returned when a GetStatus request is issued in Devic...Dean Camera2009-08-181-1/+1
* Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ...Dean Camera2009-08-181-1/+1
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-1/+1
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-1/+1
* Add new functions to the HID host class driver, refine HID interface protocol...Dean Camera2009-08-111-1/+1
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean Camera2009-08-051-1/+1
* Make Control Endpoint stream transfers more reliable by adding in early abort...Dean Camera2009-08-051-1/+1
* Add new MouseHost Class Driver demo, unfinished, to allow for better testing ...Dean Camera2009-07-271-1/+1
* Tweaks to the new Benito Programmer project for documentation and port/pin us...Dean Camera2009-07-231-1/+1
* Added new Benito project, a simple modified USB-to-Serial bridge for the prog...Dean Camera2009-07-231-1/+1
* Fixes to unfinished SideShow demo to re-enable correct building after previou...Dean Camera2009-07-201-1/+1
* Move unfinished SideShow source files to nested Lib directory for clarity.Dean Camera2009-07-201-1/+1
* Change Doxygen configuration files to not produce 4096 directories for the do...Dean Camera2009-07-201-1/+1
* Add PrinterHost to the project file and Host LowLevel directory makefile.Dean Camera2009-07-201-1/+1
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean Camera2009-07-131-1/+1
* Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...Dean Camera2009-07-131-1/+1
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-1/+1
* Rename some of the library documentation files.Dean Camera2009-06-261-1/+1
* Split Getting Started page of the documentation into its own section.Dean Camera2009-06-261-1/+1
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-1/+1
* Add demos/bootloaders/projects overview to the manual.Dean Camera2009-06-221-1/+1
* Re-add in simple scheduler for compatibility with legacy code, mark all sched...Dean Camera2009-06-191-1/+1