qmk_firmware/Projects/Webserver
Dean Camera b6a4584a19 Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction 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.
2010-02-01 01:27:00 +00:00
..
Lib Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction into account. 2010-02-01 01:27:00 +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 Add Webserver project Doxygen configuration file and overview document. 2010-01-25 12:46:57 +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 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
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 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.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 Better HTTP GET parsing in the Webserver demo, add application polling. 2010-01-31 04:23:55 +00:00
makefile Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction into account. 2010-02-01 01:27:00 +00:00