| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
correctly converted to the target system's native end of line style.
|
|
|
|
|
|
| |
disable the TELNET server if desired.
Change over static strings in the Webserver project to use PROGMEM where possible.
|
|
|
|
|
|
| |
configuration state.
Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode.
|
| |
|
|
|
|
| |
rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c.
|
|
|
|
| |
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.
|
|
|
|
| |
time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup.
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
report instead of bytes.
Moved the USB_GetHIDReportItemInfo() calls into the main report item passing loop in the *HostWithParser demos - it is fast enough not to effect performance, and avoids duplicate code.
Make Webserver project report the LUFA version as part of the HTTP header.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
active TCP connections.
|
|
|
|
| |
in the HTTPServerApp.c/.h files so that they use the correct "HTTPServerApp_" prefix, and not "Webserver_".
|
|
|
|
| |
Contiki project by Adam Dunkels.
|
|
|
|
| |
datasheet conditions.
|
|
|
|
|
|
| |
into account.
Re-added Pipe_IsEndpointBound() calls to the CDC and RNDIS host class drivers, not that the function has the correct behaviour for devices with bidirectional endpoints.
|
|
|
|
| |
the uIP application structure guidelines and uses cleaner state machine based code.
|
| |
|
|
|
|
| |
project, so that lost segments are retransmitted as needed.
|
|
|
|
| |
types (e.g. images) can be served out to HTTP clients.
|
|
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.
|