Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -18/+19 |
| | | | | tool made by Laszlo Monda | ||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 1 | -5/+10 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 1 | -25/+25 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -169/+169 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Add const keyword to the demo function parameters where possible. | Dean Camera | 2010-04-18 | 1 | -2/+2 |
| | |||||
* | Added ENABLE_TELNET_SERVER compile time option to the Webserver project to ↵ | Dean Camera | 2010-03-10 | 1 | -4/+7 |
| | | | | | | disable the TELNET server if desired. Change over static strings in the Webserver project to use PROGMEM where possible. | ||||
* | Add a TELNET server to the webserver project, which currently can list ↵ | Dean Camera | 2010-02-03 | 1 | -0/+166 |
active TCP connections. |