aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA.pnproj
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add LEDNotifier project to the Projects folder build list. Add new LEDMixer C...Dean Camera2009-12-181-1/+1
* Fix up references in the LEDNotifier project to the old HotmailNotifier name.Dean Camera2009-12-181-1/+1
* Rename HotmailNotifier project files to LEDNotifier.Dean Camera2009-12-181-1/+1
* Renamed HotmailNotifier project to LEDNotifier.Dean Camera2009-12-181-1/+1
* Enhance the HotmailNotifier project so that the LEDs' individual brightness c...Dean Camera2009-12-181-1/+1
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-171-1/+1
* Split out NVM access code in the AVRISP project into a seperate NVMTarget.c s...Dean Camera2009-12-141-1/+1
* The AVRISP project can now enter PDI mode under both bit-bang and hardware US...Dean Camera2009-12-131-1/+1
* Additional file renames and modifications to change CDC demos to VirtualSerial.Dean Camera2009-12-071-1/+1
* Added support for the Atmel EVK527 board hardware.Dean Camera2009-12-041-1/+1
* Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN...Dean Camera2009-12-031-1/+1
* Started implementing the low level PDI protocol in the AVRISP project, for XM...Dean Camera2009-12-031-1/+1
* Add new more reliable software UART for the XPLAINBridge project by David Pre...Dean Camera2009-12-021-1/+1
* Removed John Steggall's software UART code from the XPLAIN Bridge project due...Dean Camera2009-12-021-1/+1
* Add support for unwrapping of the XMEGA PDI programming protocol to the AVRIS...Dean Camera2009-12-021-1/+1
* Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone pro...Dean Camera2009-12-021-1/+1
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-1/+1
* Updated John Steggall's software USART in the XPLAINBridge project.Dean Camera2009-11-261-1/+1
* Fix build and Doxygen errors.Dean Camera2009-11-251-1/+1
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-251-1/+1
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean Camera2009-11-251-1/+1
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-1/+1
* Make RNDISHost demo validate the set Packet Filter to ensure that it is being...Dean Camera2009-11-171-1/+1
* Add beginnings of a RNDIS Ethernet Host demo.Dean Camera2009-11-121-1/+1
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-1/+1