aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger/makefile
Commit message (Expand)AuthorAgeFilesLines
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-071-1/+1
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-2/+2
* Add briefs for the library core structures.Dean Camera2010-03-291-1/+1
* Added a timeout value to the TWI_StartTransmission() function, within which t...Dean Camera2010-02-241-1/+1
* Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_...Dean Camera2010-02-151-6/+2
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Add FatFS library to the Webserver project, extend the HTTP server so that it...Dean Camera2010-01-281-1/+1
* Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean Camera2010-01-251-0/+1
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data is...Dean Camera2010-01-241-0/+3
* Add new TemperatureDataLogger project, a simple USB Mass Storage class Temper...Dean Camera2009-12-301-0/+748