This website requires JavaScript.
Explore
Help
Sign In
eqmk
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
forked from
mfulz_github/qmk_firmware
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
qmk_firmware
/
Projects
/
Webserver
History
Dean Camera
c77b30e9e6
Clean up XPLAINBridge code.
2010-02-16 13:12:59 +00:00
..
Lib
Oops - missing brackets in the declaration of a string in TELNETServerApp.c.
2010-02-15 13:50:04 +00:00
Descriptors.c
Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells.
2010-01-28 13:17:36 +00:00
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.
2010-01-28 12:47:35 +00:00
Doxygen.conf
Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.
2010-02-03 00:57:49 +00:00
makefile
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
USBDeviceMode.c
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.
2010-01-28 12:47:35 +00:00
USBDeviceMode.h
Clean up XPLAINBridge code.
2010-02-16 13:12:59 +00:00
USBHostMode.c
Add TCP retransmission support to the HTTP webserver in the Webserver project, so that lost segments are retransmitted as needed.
2010-01-29 09:21:38 +00:00
USBHostMode.h
Clean up XPLAINBridge code.
2010-02-16 13:12:59 +00:00
Webserver.c
Better HTTP GET parsing in the Webserver demo, add application polling.
2010-01-31 04:23:55 +00:00
Webserver.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.
2010-01-28 12:47:35 +00:00
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.
2010-02-12 07:54:28 +00:00