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/Bootloaders/DFU
Dean Camera f201f6697b
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
13 years ago
..
BootloaderAPI.c Add missing const qualifier to bootloader API function parameters. 13 years ago
BootloaderAPI.h Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line. 13 years ago
BootloaderAPITable.S Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout. 13 years ago
BootloaderDFU.aps Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout. 13 years ago
BootloaderDFU.c Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line. 13 years ago
BootloaderDFU.h Added User Application APIs to the CDC and DFU class bootloaders. 13 years ago
BootloaderDFU.txt Added User Application APIs to the CDC and DFU class bootloaders. 13 years ago
Descriptors.c Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line. 13 years ago
Descriptors.h Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line. 13 years ago
Doxygen.conf Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser in some situations. 14 years ago
makefile Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line parameter in the bootloaders to ensure that the API jump tables are not discarded, rather than the previous C volatile pointer hack (thanks to Opendous Inc.). 13 years ago