Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add first lot of AVRStudio project files for some of the library projects. | Dean Camera | 2010-07-13 | 1 | -751/+0 |
| | |||||
* | Add missing clean_doxygen phony targets to the project makefiles. | Dean Camera | 2010-07-12 | 1 | -1/+2 |
| | |||||
* | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific ↵ | Dean Camera | 2010-07-02 | 1 | -0/+1 |
| | | | | | | functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request. Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete. | ||||
* | Update TemperatureDataLogger and Webserver projects to the latest FATFS ↵ | Dean Camera | 2010-06-14 | 1 | -0/+1 |
| | | | | library version. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -747/+747 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵ | Dean Camera | 2010-05-07 | 1 | -1/+1 |
| | | | | the make tool to be overridden. | ||||
* | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the ↵ | Dean Camera | 2010-04-28 | 1 | -2/+2 |
| | | | | LowLevel directory as it is hardware-dependent. | ||||
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Added a timeout value to the TWI_StartTransmission() function, within which ↵ | Dean Camera | 2010-02-24 | 1 | -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 Camera | 2010-02-15 | 1 | -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 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. | ||||
* | 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. | ||||
* | 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. | ||||
* | Enhance TemperatureDatalogger project -- add RTC capabilities so that data ↵ | Dean Camera | 2010-01-24 | 1 | -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 Camera | 2009-12-30 | 1 | -0/+748 |
Temperature Data Logger using the onboard Dataflash and Temperature sensor. |