Added class specific descriptor type defines with standard USB-IF element naming.
[pub/USBasp.git] / LUFA.pnproj
2010-09-04 Dean CameraAdded board hardware driver support for the USBFOO...
2010-09-03 Dean CameraAdded board hardware driver support for the Olimex...
2010-08-22 Dean CameraSplit out endpoint and pipe stream functions into new...
2010-07-22 Dean CameraAdded start of a low level device Test and Measurement...
2010-07-21 Dean CameraMove and rename DevChaper9.c/.h and HostChapter9.c...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the ClassDriver Device...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the LowLevel Device...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the ClassDriver Host...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the LowLevel Host...
2010-07-13 Dean CameraAdd AVRStudio 4 project files for the library bootloaders.
2010-07-13 Dean CameraAdd remaining AVRStudio project files to the library...
2010-07-13 Dean CameraAdd first lot of AVRStudio project files for some of...
2010-07-13 Dean CameraRename the AVRISP main source files to AVRISP-MKII...
2010-07-08 Dean CameraMove out Bluetooth stack callback functions to a sepera...
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
2010-06-16 Dean CameraSpell check code and manual pages. Remove custom Doxyge...
2010-06-13 Dean CameraSplit out the RFCOMM Control Channel command processing...
2010-06-13 Dean CameraRename the incomplete Bluetooth Host demo's ServiceDisc...
2010-06-06 Dean CameraDocument lightweight ring buffer header files.
2010-06-03 Dean CameraAdd start of RFCOMM service layer to the incomplete...
2010-06-01 Dean CameraMove SDP service tables out into a new set of files...
2010-05-26 Dean CameraReplace ring buffer library in Benito and USBtoSerial...
2010-05-26 Dean CameraCreate a new LightweightRingBuffer.h header file for...
2010-05-26 Dean CameraThe RingBuff library code has been replaced in the...
2010-05-12 Dean CameraRemoved TeensyHID bootloader, per request from Paul...
2010-05-12 Dean CameraFix Doxygen treating the license as a documentation...
2010-05-02 Dean CameraSwitch back to C based timeout ISR in the AVRISP projec...
2010-05-02 Dean CameraChange AVRISP project's timeout to be interrupt based...
2010-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-04-28 Dean CameraRemove incomplete/nonfunctional MIDI class bootloader.
2010-04-27 Dean CameraFix TeensyHID bootloader Doxygen configuration file...
2010-04-18 Dean CameraAdd const keyword to the demo function parameters where...
2010-04-18 Dean CameraAdd bluetooth channel connection callback to the incomp...
2010-04-15 Dean CameraRename FunctionAttributes.h to Attributes.h, as some...
2010-04-13 Dean CameraDocument the Bluetooth ACL layer. Remove unneeded param...
2010-03-30 Dean CameraOops, incorrectly edited the Benito buttons driver...
2010-03-30 Dean CameraAdd missing board Buttons driver for the USBTINY MKII...
2010-03-30 Dean CameraOops - make sure board driver dispatch headers test...
2010-03-30 Dean CameraAdded support for the JM-DB-U2 board hardware.
2010-03-30 Dean CameraAdded board hardware driver support for the Benito...
2010-03-30 Dean CameraAdded board hardware driver support for Tom's USBTINY...
2010-03-29 Dean CameraAdd briefs for the library core structures.
2010-03-25 Dean CameraAdd new LUFA logo by Ryo Yamauchi.
2010-03-24 Dean CameraAdded new Relay Controller Board project (thanks to...
2010-03-23 Dean CameraAdded incomplete MIDIToneGenerator project.
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-22 Dean CameraAdd start of an AVR32 SPI driver.
2010-02-22 Dean CameraMake SPI and USART peripheral dispatch driver headers...
2010-02-18 Dean CameraAdd uIP-split code to the Webserver project, so that...
2010-02-03 Dean CameraAdd a TELNET server to the webserver project, which...
2010-02-02 Dean CameraReplace the Webserver demo's uIP with the latest code...
2010-01-28 Dean CameraOops - fix path case in the Webserver project makefile...
2010-01-28 Dean CameraAdd FatFS library to the Webserver project, extend...
2010-01-27 Dean CameraAdd DHCP server to the Webserver demo for automatic...
2010-01-25 Dean CameraExclude host application directories from the Doxygen...
2010-01-25 Dean CameraMove TWI.c driver into the straight LUFA/Drivers/Periph...
2010-01-25 Dean CameraAdd Webserver project Doxygen configuration file and...
2010-01-25 Dean CameraADC2 and ADC3 channels do not exist on the U4 series...
2010-01-24 Dean CameraEnhance TemperatureDatalogger project -- add RTC capabi...
2010-01-21 Dean CameraFix up the incomplete Webserver project so that it...
2010-01-19 Dean CameraClean up of the altered XPLAINBridge project.
2010-01-19 Dean CameraChanged XPLAINBridge project to be both a USB to USART...
2010-01-19 Dean CameraAdded master mode hardware TWI driver.
2010-01-12 Dean CameraStarted Webserver RNDIS host project.
2009-12-30 Dean CameraAdd new TemperatureDataLogger project, a simple USB...
2009-12-27 Dean CameraFix references to the renamed AVRISP-MKII project folder.
2009-12-24 Dean CameraComplete combining of PDI and TPI target communication...
2009-12-24 Dean CameraRename PDIProtocol.c/.h to XPROGProtocol.c/.h as it...
2009-12-24 Dean CameraCombine AVRISP project TPI and PDI lib directories...
2009-12-23 Dean CameraCorrect include paths and makefile for the AVRISP proje...
2009-12-23 Dean CameraStub out more of the TPI programming protocol routines...
2009-12-23 Dean CameraSeperate out XMEGA and TINY NVM routines into seperate...
2009-12-23 Dean CameraStart of implementation of the low level TPI programmin...
2009-12-20 Dean CameraAdd const qualifier to the parameters of Projects'...
2009-12-18 Dean CameraAdd LEDNotifier project to the Projects folder build...
2009-12-18 Dean CameraFix up references in the LEDNotifier project to the...
2009-12-18 Dean CameraRename HotmailNotifier project files to LEDNotifier.
2009-12-18 Dean CameraRenamed HotmailNotifier project to LEDNotifier.
2009-12-18 Dean CameraEnhance the HotmailNotifier project so that the LEDs...
2009-12-17 Dean CameraUn-inline the SendAddress function in NVMTarget.c/...
2009-12-14 Dean CameraSplit out NVM access code in the AVRISP project into...
2009-12-13 Dean CameraThe AVRISP project can now enter PDI mode under both...
2009-12-07 Dean CameraAdditional file renames and modifications to change...
2009-12-04 Dean CameraAdded support for the Atmel EVK527 board hardware.
2009-12-03 Dean CameraAdded support for the Dataflash mounted on the XPLAIN...
2009-12-03 Dean CameraStarted implementing the low level PDI protocol in...
2009-12-02 Dean CameraAdd new more reliable software UART for the XPLAINBridg...
2009-12-02 Dean CameraRemoved John Steggall's software UART code from the...
2009-12-02 Dean CameraAdd support for unwrapping of the XMEGA PDI programming...
2009-12-02 Dean CameraRename V2ProtocolTarget files to ISPTarget in the AVRIS...
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-26 Dean CameraUpdated John Steggall's software USART in the XPLAINBri...
2009-11-25 Dean CameraFix build and Doxygen errors.
2009-11-25 Dean CameraAdded new RNDISHost Host LowLevel demo. Fixed misnamed...
2009-11-25 Dean CameraAdded new XPLAIN serial Bridge project (thanks to John...
2009-11-23 Dean CameraThe incomplete StandaloneProgrammer project now uses...
2009-11-17 Dean CameraMake RNDISHost demo validate the set Packet Filter...
2009-11-12 Dean CameraAdd beginnings of a RNDIS Ethernet Host demo.
2009-11-04 Dean CameraAdded new Printer Host mode Class driver.
2009-11-04 Dean CameraAdded new JoystickHostWithParser demos to the library.
next