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/Lib
Dean Camera 137ce280c1
Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task.
13 years ago
..
FATFs Update projects using FatFS and PetiteFatFS to the latest library versions. 14 years ago
uip Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. 13 years ago
DHCPClientApp.c Update Webserver project to remove DHCP IP configuration status notification. 14 years ago
DHCPClientApp.h Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine. 14 years ago
DHCPCommon.c Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine. 14 years ago
DHCPCommon.h Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine. 14 years ago
DHCPServerApp.c Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. 13 years ago
DHCPServerApp.h Correct errors in the DHCP Server application in the Webserver project, that was causing random server restarts and/or incorrectly allocated IP addresses. 14 years ago
DataflashManager.c Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. 13 years ago
DataflashManager.h Update copyright year on all source files. 14 years ago
HTTPServerApp.c Switch the HTTP Webserver project to use the safer strlcpy() instead of strncpy() to save on manual null-termination. 13 years ago
HTTPServerApp.h Update copyright year on all source files. 14 years ago
SCSI.c Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. 14 years ago
SCSI.h Update copyright year on all source files. 14 years ago
TELNETServerApp.c Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. 13 years ago
TELNETServerApp.h Update copyright year on all source files. 14 years ago
uIPManagement.c Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. 13 years ago
uIPManagement.h Update Webserver project to remove DHCP IP configuration status notification. 14 years ago