Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -80/+80 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ↵ | Dean Camera | 2010-04-28 | 1 | -0/+1 |
| | | | | be done in the user application once all init code has run. | ||||
* | Webserver project now uses the board LEDs to indicate the current IP ↵ | Dean Camera | 2010-03-09 | 1 | -5/+11 |
| | | | | | | configuration state. Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode. | ||||
* | Add FatFS library to the Webserver project, extend the HTTP server so that ↵ | Dean Camera | 2010-01-28 | 1 | -30/+5 |
| | | | | 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. | ||||
* | Add DHCP server to the Webserver demo for automatic network configuration. ↵ | Dean Camera | 2010-01-27 | 1 | -4/+9 |
| | | | | Correct uIP timer clock not tracking the correct timespan. | ||||
* | Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory. | Dean Camera | 2010-01-25 | 1 | -3/+3 |
| | | | | Fix TemperatureDataLogger and Webserver project builds. | ||||
* | Add Webserver project Doxygen configuration file and overview document. | Dean Camera | 2010-01-25 | 1 | -1/+10 |
| | | | | Fix Doxygen configuration files' input file exclusion filters. | ||||
* | Moved initial completed version of the Webserver project out of the ↵ | Dean Camera | 2010-01-25 | 1 | -0/+84 |
Projects/Incomplete directory. |