Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / LUFA.pnproj
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.
2009-11-03 Dean CameraAdd new CDCMouse ClassDriver device demo, combining...
2009-11-03 Dean CameraRename the AT90USBXXX67 internal driver directory to...
2009-11-03 Dean CameraAdd const attribute to class driver APIs.
2009-10-18 Dean CameraMoved USBtoSerial demo the Projects directory, as it...
2009-10-12 Dean CameraMake Audio device demos compatible with AVRs running...
2009-10-08 Dean CameraAdd new MIDI Host Class driver to the library, and...
2009-10-08 Dean CameraAdd new MIDIHost LowLevel demo application.
2009-10-03 Dean CameraMinor documentation fixups.
2009-10-03 Dean CameraChanged Audio Class driver sample read/write functions...
2009-10-02 Dean CameraAdded support for the Atmel XPLAIN board.
2009-09-30 Dean CameraRemoved mostly useless "TestApp" demo, as it was mainly...
2009-09-29 Dean CameraAdd information on the new MouseHostDevice dual role...
2009-09-21 Dean CameraFinish initial draft of the Host Mode HID Class driver.
2009-09-21 Dean CameraAdded new MassStorageKeyboard Device Class Driver demo...
2009-09-20 Dean CameraAdd KeyboardHost HID Host Class driver demo to the...
2009-09-20 Dean CameraFinish Class Driver MouseHost demo. Update HID Host...
2009-09-17 Dean CameraAdded support for the officially recommended layout...
2009-09-09 Dean CameraAdd Host mode Class driver demo summaries.
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-08-30 Dean CameraRemove skeleton Audio and MIDI Host mode Class drivers...
2009-08-27 Dean CameraAdded new "Common" section to the class drivers, to...
2009-08-26 Dean CameraAdd SCSICodes.h to the Class Driver Common folder,...
2009-08-25 Dean CameraOptimized Endpoint_Read_Word_* and Pipe_Read_Word_...
2009-08-25 Dean CameraUpdated Benito project -- added hardware interrupt...
2009-08-23 Dean CameraMoved out target-related V2 protocol commands into...
2009-08-20 Dean CameraCorrect Programmer's Notepad project file to use the...
2009-08-19 Dean CameraMoved out the handling of V2 Protocol parameters to...
2009-08-18 Dean CameraFixed invalid data being returned when a GetStatus...
2009-08-18 Dean CameraEnhancements to the AVRISP Programmer project to attemp...
next