Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add uIP-split code to the Webserver project, so that each packet is split in ↵ | Dean Camera | 2010-02-18 | 1 | -3/+4 |
| | | | | half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory. | ||||
* | Add missing TWI_Init() call to the TemperatureDataLogger project. Make ↵ | Dean Camera | 2010-02-15 | 1 | -0/+1 |
| | | | | DUMMY_RTC compile time option the default, so that it works correctly on the USBKEY and other Atmel boards out of the box. | ||||
* | Fixed DFU bootloader programming not discarding the correct number of filler ↵ | Dean Camera | 2010-01-24 | 1 | -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 Camera | 2010-01-24 | 1 | -25/+140 |
| | | | | is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Oops - remove accidentally committed .lst files from the ↵ | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | | | | TemperatureDataLogger project. | ||||
* | Fix TemperatureDataLogger - sample tick timer wasn't being initialized in ↵ | Dean Camera | 2009-12-30 | 1 | -7/+14 |
| | | | | the correct CTC mode. | ||||
* | Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵ | Dean Camera | 2009-12-30 | 1 | -0/+187 |
Temperature Data Logger using the onboard Dataflash and Temperature sensor. |