aboutsummaryrefslogtreecommitdiff
path: root/Projects/TemperatureDataLogger
AgeCommit message (Expand)Author
2010-07-13Add first lot of AVRStudio project files for some of the library projects.Dean
2010-07-12Add missing clean_doxygen phony targets to the project makefiles.Dean
2010-07-09Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean
2010-07-02Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean
2010-06-14Update TemperatureDataLogger and Webserver projects to the latest FATFS libra...Dean
2010-06-03More documentation fixes.Dean
2010-06-03Minor documentation cleanups.Dean
2010-05-26The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean
2010-05-23Remove obsolete entry from the Doxygen configuration files.Dean
2010-05-09Add new ReportType parameter to the HID class driver device callback and host...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-07Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean
2010-05-07Change over unix line-endings to dos line endings.Dean
2010-04-28Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2010-04-18Add const keyword to the demo function parameters where possible.Dean
2010-03-29Add briefs for the library core structures.Dean
2010-03-22Standardized the naming scheme given to configuration descriptor sub-elements...Dean
2010-02-24Added a timeout value to the TWI_StartTransmission() function, within which t...Dean
2010-02-18Add uIP-split code to the Webserver project, so that each packet is split in ...Dean
2010-02-15Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_...Dean
2010-02-04New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean
2010-02-03Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean
2010-02-02Minor fixups to the documentation and preprocessor tokens.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-25Exclude host application directories from the Doxygen input source file direc...Dean
2010-01-25Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean
2010-01-25Minor code cleanups, remove TemperatureDataLogger host application's Visual S...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-06Update Doxygen configuration files to the latest Doxygen version.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