qmk_firmware/Projects/Webserver/Lib
Dean Camera aceb015ea7 Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden). 2011-07-30 02:49:59 +00:00
..
FATFs Update projects using FatFS and PetiteFatFS to the latest library versions. 2011-02-06 15:17:46 +00:00
uip Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. 2011-06-05 13:55:56 +00:00
DHCPClientApp.c Update Webserver project to remove DHCP IP configuration status notification. 2011-05-26 10:50:22 +00:00
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. 2011-05-22 08:28:40 +00:00
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. 2011-05-22 08:28:40 +00:00
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. 2011-05-22 08:28:40 +00:00
DHCPServerApp.c Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
DHCPServerApp.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
DataflashManager.c Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden). 2011-07-30 02:49:59 +00:00
DataflashManager.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
HTTPServerApp.c Switch the HTTP Webserver project to use the safer strlcpy() instead of strncpy() to save on manual null-termination. 2011-07-04 09:19:37 +00:00
HTTPServerApp.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
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. 2011-04-04 12:52:30 +00:00
SCSI.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
TELNETServerApp.c Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. 2011-06-05 13:55:56 +00:00
TELNETServerApp.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
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. 2011-07-08 07:25:56 +00:00
uIPManagement.h Update Webserver project to remove DHCP IP configuration status notification. 2011-05-26 10:50:22 +00:00