qmk_firmware/Projects/Webserver/Lib
Dean Camera 27eb17cb93 Change over unix line-endings to dos line endings. 2010-05-07 06:40:47 +00:00
..
FATFs 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. 2010-02-12 07:54:28 +00:00
uip Change over unix line-endings to dos line endings. 2010-05-07 06:40:47 +00:00
DHCPClientApp.c Add const keyword to the demo function parameters where possible. 2010-04-18 12:10:30 +00:00
DHCPClientApp.h Add const keyword to the demo function parameters where possible. 2010-04-18 12:10:30 +00:00
DataflashManager.c Add const keyword to the demo function parameters where possible. 2010-04-18 12:10:30 +00:00
DataflashManager.h Change over unix line-endings to dos line endings. 2010-05-07 06:40:47 +00:00
HTTPServerApp.c Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired. 2010-03-10 12:48:20 +00:00
HTTPServerApp.h 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. 2010-02-18 02:19:43 +00:00
SCSI.c Add const keyword to the demo function parameters where possible. 2010-04-18 12:10:30 +00:00
SCSI.h Change over unix line-endings to dos line endings. 2010-05-07 06:40:47 +00:00
TELNETServerApp.c Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired. 2010-03-10 12:48:20 +00:00
TELNETServerApp.h 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). 2010-02-04 02:27:09 +00:00
uIPManagement.c Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired. 2010-03-10 12:48:20 +00:00
uIPManagement.h Webserver project now uses the board LEDs to indicate the current IP configuration state. 2010-03-09 05:15:08 +00:00