qmk_firmware/Projects/Webserver
Dean Camera e977774d4e Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. 2010-04-28 08:15:16 +00:00
..
Lib Add const keyword to the demo function parameters where possible. 2010-04-18 12:10:30 +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 Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. 2010-04-28 08:15:16 +00:00