aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA.pnproj
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-1/+1
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-1/+1
* Added board hardware driver support for the Minimus board (thanks to the PSGr...Dean Camera2010-10-171-1/+1
* Oops - add missing Maximus board LED hardware driver file.Dean Camera2010-10-171-1/+1
* Added board hardware driver support for the Maximus board (thanks to the PSGr...Dean Camera2010-10-171-1/+1
* Added board hardware driver support for the Blackcat USB JTAG board (thanks t...Dean Camera2010-10-171-1/+1
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-071-1/+1
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-281-1/+1
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-141-1/+1
* Added board hardware driver support for the UDIP development board.Dean Camera2010-09-141-1/+1
* Remove incomplete MIDIToneGenerator project.Dean Camera2010-09-131-1/+1
* Added new project makefile template to the library and moved board driver stu...Dean Camera2010-09-111-1/+1
* Added board hardware driver support for the USBFOO development board.Dean Camera2010-09-041-1/+1
* Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean Camera2010-09-031-1/+1
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-221-1/+1
* Added start of a low level device Test and Measurement class demo (thanks to ...Dean Camera2010-07-221-1/+1
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-1/+1
* Add AVRStudio 4 project files to the ClassDriver Device mode demos.Dean Camera2010-07-131-1/+1
* Add AVRStudio 4 project files to the LowLevel Device mode demos.Dean Camera2010-07-131-1/+1
* Add AVRStudio 4 project files to the ClassDriver Host mode demos.Dean Camera2010-07-131-1/+1
* Add AVRStudio 4 project files to the LowLevel Host mode demos.Dean Camera2010-07-131-1/+1
* Add AVRStudio 4 project files for the library bootloaders.Dean Camera2010-07-131-1/+1
* Add remaining AVRStudio project files to the library projects.Dean Camera2010-07-131-1/+1
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-131-1/+1
* Rename the AVRISP main source files to AVRISP-MKII so that it matches the pro...Dean Camera2010-07-131-1/+1
* Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/....Dean Camera2010-07-081-1/+1
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-1/+1
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-1/+1
* Split out the RFCOMM Control Channel command processing code into a seperate ...Dean Camera2010-06-131-1/+1
* Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h fil...Dean Camera2010-06-131-1/+1
* Document lightweight ring buffer header files.Dean Camera2010-06-061-1/+1
* Add start of RFCOMM service layer to the incomplete BluetoothHost demo.Dean Camera2010-06-031-1/+1
* Move SDP service tables out into a new set of files, to make the SDP service ...Dean Camera2010-06-011-1/+1
* Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean Camera2010-05-261-1/+1
* Create a new LightweightRingBuffer.h header file for the XPLAIN project to ab...Dean Camera2010-05-261-1/+1
* The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean Camera2010-05-261-1/+1
* Removed TeensyHID bootloader, per request from Paul at PJRC.Dean Camera2010-05-121-1/+1
* Fix Doxygen treating the license as a documentation source file.Dean Camera2010-05-121-1/+1
* Switch back to C based timeout ISR in the AVRISP project - assembly version w...Dean Camera2010-05-021-1/+1
* Change AVRISP project's timeout to be interrupt based again, but make the int...Dean Camera2010-05-021-1/+1
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-1/+1
* Remove incomplete/nonfunctional MIDI class bootloader.Dean Camera2010-04-281-1/+1
* Fix TeensyHID bootloader Doxygen configuration file's CREATE_SUBDIRS options ...Dean Camera2010-04-271-1/+1
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-1/+1
* Add bluetooth channel connection callback to the incomplete BluetoothHost demo.Dean Camera2010-04-181-1/+1
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-151-1/+1
* Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean Camera2010-04-131-1/+1
* Oops, incorrectly edited the Benito buttons driver file instead of the JM-DB-...Dean Camera2010-03-301-1/+1