aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger
Commit message (Collapse)AuthorAgeFilesLines
* Minor code cleanups, remove TemperatureDataLogger host application's Visual ↵Dean Camera2010-01-2514-20/+863
| | | | Studio Solution files, add LibHIDNet license files.
* Fixed DFU bootloader programming not discarding the correct number of filler ↵Dean Camera2010-01-241-0/+4
| | | | bytes from the host when non-aligned programming ranges are specified (thanks to Thomas Bleeker).
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data ↵Dean Camera2010-01-2420-81/+1141
| | | | is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application.
* 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 ↵Dean Camera2009-12-304-7182/+2
| | | | TemperatureDataLogger project.
* Fix TemperatureDataLogger - sample tick timer wasn't being initialized in ↵Dean Camera2009-12-305-6323/+5763
| | | | the correct CTC mode.
* Oops - fix include directory for case-sensitive filesystems.Dean Camera2009-12-301-1/+1
|
* Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵Dean Camera2009-12-3021-0/+15821
Temperature Data Logger using the onboard Dataflash and Temperature sensor.