aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add briefs for the library core structures.Dean Camera2010-03-291-1/+1
|
* Added a timeout value to the TWI_StartTransmission() function, within which ↵Dean Camera2010-02-241-1/+1
| | | | | | the addressed device must respond. Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register.
* Add missing TWI_Init() call to the TemperatureDataLogger project. Make ↵Dean Camera2010-02-151-6/+2
| | | | DUMMY_RTC compile time option the default, so that it works correctly on the USBKEY and other Atmel boards out of the box.
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵Dean Camera2010-02-041-1/+1
| | | | | | will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Spell-check code/comments in the Webserver/AVRISP-MKII projects.
* Add FatFS library to the Webserver project, extend the HTTP server so that ↵Dean Camera2010-01-281-1/+1
| | | | it now serves files from the Dataflash. Add Mass Storage device mode class driver so that files can be loaded to the board Dataflash when inserted into a PC.
* Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean Camera2010-01-251-0/+1
| | | | Fix TemperatureDataLogger and Webserver project builds.
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data ↵Dean Camera2010-01-241-0/+3
| | | | is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application.
* Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵Dean Camera2009-12-301-0/+748
Temperature Data Logger using the onboard Dataflash and Temperature sensor.