qmk_firmware/Bootloaders/DFU
Dean Camera b7e3c86e4e Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process.
Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked.

Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile.
2012-07-14 13:18:13 +00:00
..
Config AppConfigHeaders: Move out the last of the demo/app configurations into new AppConfig.h header files. 2012-05-13 21:01:23 +00:00
BootloaderAPI.c Fixed CDC and DFU bootloaders API page erase and write function failures (thanks to Martin Lambert). 2012-06-29 04:55:44 +00:00
BootloaderAPI.h AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file. 2012-05-15 19:51:41 +00:00
BootloaderAPITable.S Revert change to assembly file comment syntax; this apparently breaks on the current AVR32 GNU assembler. 2012-06-19 19:31:01 +00:00
BootloaderDFU.c Reduce bootloader magic key to 16 bits to save FLASH space. 2012-07-07 15:30:35 +00:00
BootloaderDFU.h Reduce bootloader magic key to 16 bits to save FLASH space. 2012-07-07 15:30:35 +00:00
BootloaderDFU.txt Merge in latest trunk. 2012-05-20 15:43:51 +00:00
Descriptors.c Re-add in DFU bootloader Manufacturer string, as the dfu-programmer utility breaks if it is not present. 2012-06-17 12:55:50 +00:00
Descriptors.h AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file. 2012-05-15 19:51:41 +00:00
Doxygen.conf Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. 2012-05-20 10:55:59 +00:00
makefile Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. 2012-07-14 13:18:13 +00:00