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
Dean Camera e471f7c78d
Add CPPCheck supression in the Webserver project, as the latest CPPCheck development code appears to falsely warn on the global uip_len variable when it is tested multiple times.
12 years ago
..
Config AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files. 13 years ago
Lib Add CPPCheck supression in the Webserver project, as the latest CPPCheck development code appears to falsely warn on the global uip_len variable when it is tested multiple times. 12 years ago
Descriptors.c AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project. 13 years ago
Descriptors.h AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file. 12 years ago
Doxygen.conf Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build module for the latest Doxygen release. 12 years ago
LUFA Webserver RNDIS.inf Add missing SVN eol-style property to files where it was missing. 13 years ago
USBDeviceMode.c Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros. 13 years ago
USBDeviceMode.h AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file. 12 years ago
USBHostMode.c Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros. 13 years ago
USBHostMode.h AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file. 12 years ago
Webserver.c Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability. 12 years ago
Webserver.h AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file. 12 years ago
Webserver.txt Merge in latest trunk. 12 years ago
makefile Add help text to the project makefiles to help new users get information on the improved build system. 12 years ago