aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger
Commit message (Expand)AuthorAgeFilesLines
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-121-1/+2
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-3/+3
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-0/+1
* Update TemperatureDataLogger and Webserver projects to the latest FATFS libra...Dean Camera2010-06-149-1011/+1458
* More documentation fixes.Dean Camera2010-06-031-2/+2
* Minor documentation cleanups.Dean Camera2010-06-031-1/+1
* The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean Camera2010-05-261-1/+1
* Remove obsolete entry from the Doxygen configuration files.Dean Camera2010-05-231-1/+1
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-092-2/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0826-9841/+9841
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-071-1/+1
* Change over unix line-endings to dos line endings.Dean Camera2010-05-072-839/+839
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-2/+2
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-282-4/+6
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-186-18/+18
* Add briefs for the library core structures.Dean Camera2010-03-292-5/+1
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-222-13/+13
* Added a timeout value to the TWI_StartTransmission() function, within which t...Dean Camera2010-02-242-7/+7
* Add uIP-split code to the Webserver project, so that each packet is split in ...Dean Camera2010-02-181-3/+4
* Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_...Dean Camera2010-02-154-13/+3
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-031-2/+3
* Minor fixups to the documentation and preprocessor tokens.Dean Camera2010-02-021-2/+2
* Fix up project documentation files' overview tables, so that multiple items o...Dean Camera2010-01-281-9/+9
* Add FatFS library to the Webserver project, extend the HTTP server so that it...Dean Camera2010-01-281-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-0/+1
* Minor code cleanups, remove TemperatureDataLogger host application's Visual S...Dean Camera2010-01-2514-20/+863
* Fixed DFU bootloader programming not discarding the correct number of filler ...Dean Camera2010-01-241-0/+4
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data is...Dean Camera2010-01-2420-81/+1141
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-631/+709
* Update copyright year to 2010.Dean Camera2009-12-3013-28/+28
* Oops - remove accidentally committed .lst files from the TemperatureDataLogge...Dean Camera2009-12-304-7182/+2
* Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the...Dean Camera2009-12-305-6323/+5763
* Oops - fix include directory for case-sensitive filesystems.Dean Camera2009-12-301-1/+1
* Add new TemperatureDataLogger project, a simple USB Mass Storage class Temper...Dean Camera2009-12-3021-0/+15821