qmk_firmware/Projects/Webserver
Dean Camera e331b531c6 Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make tool to be overridden. 2010-05-07 07:11:25 +00:00
..
Lib Change over unix line-endings to dos line endings. 2010-05-07 06:40:47 +00:00
Descriptors.c Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects. 2010-03-22 07:12:25 +00:00
Descriptors.h Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects. 2010-03-22 07:12:25 +00:00
Doxygen.conf Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. 2010-02-03 00:57:49 +00:00
USBDeviceMode.c Add const keyword to the demo function parameters where possible. 2010-04-18 12:10:30 +00:00
USBDeviceMode.h Add const keyword to the demo function parameters where possible. 2010-04-18 12:10:30 +00:00
USBHostMode.c Turn OFF double banking in the Webserver demo - leaving it on seems to destroy the system throughput. 2010-02-18 05:10:24 +00:00
USBHostMode.h Clean up XPLAINBridge code. 2010-02-16 13:12:59 +00:00
Webserver.c USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run. 2010-04-28 07:48:26 +00:00
Webserver.h USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run. 2010-04-28 07:48:26 +00:00
Webserver.txt 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
makefile Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make tool to be overridden. 2010-05-07 07:11:25 +00:00