qmk_firmware/Bootloaders/CDC
Dean Camera ecba8bcecf Fix incorrect Capabilities value in the CDC class Bootloader descriptors. 2011-12-01 08:40:14 +00:00
..
BootloaderAPI.c Add missing const qualifier to bootloader API function parameters. 2011-11-28 13:14:15 +00:00
BootloaderAPI.h Add missing const qualifier to bootloader API function parameters. 2011-11-28 13:14:15 +00:00
BootloaderAPITable.S Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout. 2011-11-09 23:35:16 +00:00
BootloaderCDC.aps Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout. 2011-11-09 23:35:16 +00:00
BootloaderCDC.c 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.). 2011-11-23 14:09:01 +00:00
BootloaderCDC.h Added User Application APIs to the CDC and DFU class bootloaders. 2011-10-11 06:20:18 +00:00
BootloaderCDC.txt Added User Application APIs to the CDC and DFU class bootloaders. 2011-10-11 06:20:18 +00:00
Descriptors.c Fix incorrect Capabilities value in the CDC class Bootloader descriptors. 2011-12-01 08:40:14 +00:00
Descriptors.h Remove custom CDC class descriptor definitions from the CDC bootloader, and switch it to use the CDC Class Driver descriptor definitions. 2011-07-01 05:30:29 +00:00
Doxygen.conf Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser in some situations. 2010-08-02 08:53:23 +00:00
LUFA CDC Bootloader.inf Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. 2010-10-28 06:08:58 +00:00
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.). 2011-11-23 14:09:01 +00:00