Dean Camera
|
de0df8b162
|
Update copyright year to 2013.
|
12 years ago |
Dean Camera
|
eee252603b
|
Minor documentation improvements.
|
12 years ago |
Dean Camera
|
802910d49f
|
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.
|
13 years ago |
Dean Camera
|
f1b6ddb710
|
Update file contributor copyrights for 2012.
|
13 years ago |
Dean Camera
|
2c806f6cee
|
Update file header copyrights for 2012.
|
13 years ago |
Dean Camera
|
edc4db41f4
|
Update Webserver project to remove DHCP IP configuration status notification.
|
14 years ago |
Dean Camera
|
3cba88e4c0
|
Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine.
|
14 years ago |
Dean Camera
|
1d433d4506
|
Update copyright year on all source files.
|
14 years ago |
Dean Camera
|
cb779e3d7d
|
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
|
14 years ago |
Dean Camera
|
5a4def7478
|
Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
|
14 years ago |
Dean Camera
|
6bda628718
|
Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.
Add missing const qualifiers to the demos.
|
15 years ago |
Dean Camera
|
071e02c6b6
|
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
|
15 years ago |
Dean Camera
|
fc8e4837a9
|
Add const keyword to the demo function parameters where possible.
|
15 years ago |
Dean Camera
|
aca7863350
|
Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired.
Change over static strings in the Webserver project to use PROGMEM where possible.
|
15 years ago |
Dean Camera
|
ce260ae786
|
Webserver project now uses the board LEDs to indicate the current IP configuration state.
Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode.
|
15 years ago |
Dean Camera
|
04d40897cf
|
Commit for the 100219 release.
|
15 years ago |
Dean Camera
|
8154331da6
|
Move DHCP negotiation timer into the DHCP connection application state structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.
|
15 years ago |
Dean Camera
|
41ef05a6e5
|
Fix DHCPClient init code in the Webserver project writing to the incorrect application state location (thanks to Mike Alexander).
|
15 years ago |
Dean Camera
|
1fdc0e664e
|
Make Webserver allow HTTP requests for files with up to 50 characters in the path instead of 30, to be in synch with the project documentation.
Change Webserver project's ENABLE_DHCP compile time option to ENABLE_DHCP_CLIENT to more accurately indicate its function.
|
15 years ago |
Dean Camera
|
15f84bb8f5
|
New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which 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.
|
15 years ago |
Dean Camera
|
16ea5aa7a2
|
Add a TELNET server to the webserver project, which currently can list active TCP connections.
|
15 years ago |