Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 2 | -5/+1 |
| | |||||
* | Standardized the naming scheme given to configuration descriptor ↵ | Dean Camera | 2010-03-22 | 2 | -13/+13 |
| | | | | | | sub-elements in the Device mode demos, bootloaders and projects. Fix errors in the MouseHostWithParser demo from incorrect use of the HID_ALIGN_DATA() macro. | ||||
* | Added a timeout value to the TWI_StartTransmission() function, within which ↵ | Dean Camera | 2010-02-24 | 2 | -7/+7 |
| | | | | | | the addressed device must respond. Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register. | ||||
* | 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 | 4 | -13/+3 |
| | | | | 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 Camera | 2010-02-04 | 1 | -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. | ||||
* | Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. | Dean Camera | 2010-02-03 | 1 | -2/+3 |
| | |||||
* | Minor fixups to the documentation and preprocessor tokens. | Dean Camera | 2010-02-02 | 1 | -2/+2 |
| | |||||
* | Fix up project documentation files' overview tables, so that multiple items ↵ | Dean Camera | 2010-01-28 | 1 | -9/+9 |
| | | | | occupy multiple lines in the same cell, rather than multiple cells. | ||||
* | Add FatFS library to the Webserver project, extend the HTTP server so that ↵ | Dean Camera | 2010-01-28 | 1 | -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. | ||||
* | Exclude host application directories from the Doxygen input source file ↵ | Dean Camera | 2010-01-25 | 1 | -1/+1 |
| | | | | directories. | ||||
* | Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory. | Dean Camera | 2010-01-25 | 1 | -0/+1 |
| | | | | Fix TemperatureDataLogger and Webserver project builds. | ||||
* | Minor code cleanups, remove TemperatureDataLogger host application's Visual ↵ | Dean Camera | 2010-01-25 | 14 | -20/+863 |
| | | | | Studio Solution files, add LibHIDNet license files. | ||||
* | 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 | 20 | -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 Camera | 2010-01-06 | 1 | -631/+709 |
| | |||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 13 | -28/+28 |
| | |||||
* | Oops - remove accidentally committed .lst files from the ↵ | Dean Camera | 2009-12-30 | 4 | -7182/+2 |
| | | | | TemperatureDataLogger project. | ||||
* | Fix TemperatureDataLogger - sample tick timer wasn't being initialized in ↵ | Dean Camera | 2009-12-30 | 5 | -6323/+5763 |
| | | | | the correct CTC mode. | ||||
* | Oops - fix include directory for case-sensitive filesystems. | Dean Camera | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵ | Dean Camera | 2009-12-30 | 21 | -0/+15821 |
Temperature Data Logger using the onboard Dataflash and Temperature sensor. |