aboutsummaryrefslogtreecommitdiff
path: root/Projects
AgeCommit message (Expand)Author
2010-01-29Add TCP retransmission support to the HTTP webserver in the Webserver project...Dean
2010-01-29Update driver INF files - change manufacturer name from the original template...Dean
2010-01-29Oops - TPI programming is broken in the AVRISP project because the busy-flag ...Dean
2010-01-29Fix TPI communications in the AVRISP project when bit-banged USART mode is se...Dean
2010-01-29Add MIME type handling to the Webserver project, so that files of different t...Dean
2010-01-28Second fix to Webserver project's makefile for the FATFs path case to fix *ni...Dean
2010-01-28Delete FATFs .lst files from the Webserver project, accidentally committed.Dean
2010-01-28Oops - fix path case in the Webserver project makefile, to fix *nix builds.Dean
2010-01-28Fix up project documentation files' overview tables, so that multiple items o...Dean
2010-01-28Add FatFS library to the Webserver project, extend the HTTP server so that it...Dean
2010-01-27Clean up Webserver project - add more Doxygen documentation for the new DHCP ...Dean
2010-01-27Add DHCP server to the Webserver demo for automatic network configuration. Co...Dean
2010-01-27Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remo...Dean
2010-01-27Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVR...Dean
2010-01-25Exclude host application directories from the Doxygen input source file direc...Dean
2010-01-25Add missing AVRISPDescriptors.c/.h files to the XPLAINBridge project.Dean
2010-01-25Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean
2010-01-25Add Webserver project Doxygen configuration file and overview document.Dean
2010-01-25Moved initial completed version of the Webserver project out of the Projects/...Dean
2010-01-25Neaten Webserver project code.Dean
2010-01-25Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh...Dean
2010-01-25Cleanup and partially fix AVRISP-MKII project's TPI programming support.Dean
2010-01-25ADC2 and ADC3 channels do not exist on the U4 series USB AVRs.Dean
2010-01-25Minor code cleanups, remove TemperatureDataLogger host application's Visual S...Dean
2010-01-25Added explicit ADC channel masks for the standard set of ADC channels, as the...Dean
2010-01-24Fixed DFU bootloader programming not discarding the correct number of filler ...Dean
2010-01-24Enhance TemperatureDatalogger project -- add RTC capabilities so that data is...Dean
2010-01-21Fix up the incomplete Webserver project so that it integrates with the uIP st...Dean
2010-01-21New revision Benito hardware will be 16MHz, and use the ATMEGA32U2. Change ma...Dean
2010-01-21Update Benito project -- device should be reset when DTR is *asserted* not de...Dean
2010-01-19Clean up of the altered XPLAINBridge project.Dean
2010-01-19Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean
2010-01-19Added master mode hardware TWI driver.Dean
2010-01-17Oops - missing brace in the updated Benito code causing compilation to fail.Dean
2010-01-17Fix the Benito project not pulsing the target's /RESET line when DTR is de-as...Dean
2010-01-17Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_...Dean
2010-01-15Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersDean
2010-01-12Started Webserver RNDIS host project.Dean
2010-01-06Update Doxygen configuration files to the latest Doxygen version.Dean
2010-01-05Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean
2010-01-04Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-30Oops - remove accidentally committed .lst files from the TemperatureDataLogge...Dean
2009-12-30Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the...Dean
2009-12-30Oops - fix include directory for case-sensitive filesystems.Dean
2009-12-30Add new TemperatureDataLogger project, a simple USB Mass Storage class Temper...Dean
2009-12-29Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the ...Dean
2009-12-29Fixed AVRISP PDI race condition where the guard time between direction change...Dean
2009-12-29Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is ...Dean
2009-12-29Minor documentation updates.Dean