aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA.pnproj
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing board Buttons driver for the USBTINY MKII board target.Dean Camera2010-03-301-1/+1
* Oops - make sure board driver dispatch headers test for the correct BOARD def...Dean Camera2010-03-301-1/+1
* Added support for the JM-DB-U2 board hardware.Dean Camera2010-03-301-1/+1
* Added board hardware driver support for the Benito programmer.Dean Camera2010-03-301-1/+1
* Added board hardware driver support for Tom's USBTINY MKII programmer.Dean Camera2010-03-301-1/+1
* Add briefs for the library core structures.Dean Camera2010-03-291-1/+1
* Add new LUFA logo by Ryo Yamauchi.Dean Camera2010-03-251-1/+1
* Added new Relay Controller Board project (thanks to OBinou).Dean Camera2010-03-241-1/+1
* Added incomplete MIDIToneGenerator project.Dean Camera2010-03-231-1/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-1/+1
* Add start of an AVR32 SPI driver.Dean Camera2010-02-221-1/+1
* Make SPI and USART peripheral dispatch driver headers in preparation for a se...Dean Camera2010-02-221-1/+1
* Add uIP-split code to the Webserver project, so that each packet is split in ...Dean Camera2010-02-181-1/+1
* Add a TELNET server to the webserver project, which currently can list active...Dean Camera2010-02-031-1/+1
* Replace the Webserver demo's uIP with the latest code ripped from the Contiki...Dean Camera2010-02-021-1/+1
* Oops - fix path case in the Webserver project makefile, to fix *nix builds.Dean Camera2010-01-281-1/+1
* Add FatFS library to the Webserver project, extend the HTTP server so that it...Dean Camera2010-01-281-1/+1
* Add DHCP server to the Webserver demo for automatic network configuration. Co...Dean Camera2010-01-271-1/+1
* Exclude host application directories from the Doxygen input source file direc...Dean Camera2010-01-251-1/+1
* Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean Camera2010-01-251-1/+1
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
* ADC2 and ADC3 channels do not exist on the U4 series USB AVRs.Dean Camera2010-01-251-1/+1
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data is...Dean Camera2010-01-241-1/+1
* Fix up the incomplete Webserver project so that it integrates with the uIP st...Dean Camera2010-01-211-1/+1
* Clean up of the altered XPLAINBridge project.Dean Camera2010-01-191-1/+1
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean Camera2010-01-191-1/+1
* Added master mode hardware TWI driver.Dean Camera2010-01-191-1/+1
* Started Webserver RNDIS host project.Dean Camera2010-01-121-1/+1
* Add new TemperatureDataLogger project, a simple USB Mass Storage class Temper...Dean Camera2009-12-301-1/+1
* Fix references to the renamed AVRISP-MKII project folder.Dean Camera2009-12-271-1/+1
* Complete combining of PDI and TPI target communication code files, stub out T...Dean Camera2009-12-241-1/+1
* Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI ...Dean Camera2009-12-241-1/+1
* Combine AVRISP project TPI and PDI lib directories - these protocols use the ...Dean Camera2009-12-241-1/+1
* Correct include paths and makefile for the AVRISP project now that the protoc...Dean Camera2009-12-231-1/+1
* Stub out more of the TPI programming protocol routines in the AVRISP project.Dean Camera2009-12-231-1/+1
* Seperate out XMEGA and TINY NVM routines into seperate files.Dean Camera2009-12-231-1/+1
* Start of implementation of the low level TPI programming protocol in the AVRI...Dean Camera2009-12-231-1/+1
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-201-1/+1