You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Projects/Webserver
Dean Camera 92418433a5
Fix incorrect LED mask name in the Webserver project.
15 years ago
..
Lib Fix incorrect LED mask name in the Webserver project. 15 years ago
Descriptors.c Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells. 15 years ago
Descriptors.h Add FatFS library to the Webserver project, extend the HTTP server so that 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. 15 years ago
Doxygen.conf Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. 15 years ago
USBDeviceMode.c Turn OFF double banking in the Webserver demo - leaving it on seems to destroy the system throughput. 15 years ago
USBDeviceMode.h Clean up XPLAINBridge code. 15 years ago
USBHostMode.c Turn OFF double banking in the Webserver demo - leaving it on seems to destroy the system throughput. 15 years ago
USBHostMode.h Clean up XPLAINBridge code. 15 years ago
Webserver.c Better HTTP GET parsing in the Webserver demo, add application polling. 15 years ago
Webserver.h Webserver project now uses the board LEDs to indicate the current IP configuration state. 15 years ago
Webserver.txt Speed up Webserver demo data rate by not sending a full ethernet frame each time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup. 15 years ago
makefile Add uIP-split code to the Webserver project, so that each packet is split in 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. 15 years ago