qmk_firmware/Bootloaders/CDC
Dean Camera 37f8a84f35 Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGURATION compile time option (but silently convert it to USE_SINGLE_DEVICE_CONFIGURATION internally for compatibility).
Added new USE_FLASH_DESCRIPTORS compile time option. By default, descriptors can now lie in mixed memory spaces (specified by a new parameter to the CALLBACK_USB_GetDescriptor() function) unless one of the USE_*_DESCRIPTORS compile time option is specified.
2009-07-16 08:15:27 +00:00
..
BootloaderCDC.c Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
BootloaderCDC.h Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIGNATURE_x defines in the AVR device header files only exist in a newer version of avr-libc than is in the Debian repositories, causing build issues on Linux. 2009-06-21 05:04:18 +00:00
BootloaderCDC.txt Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
Descriptors.c Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs. 2009-05-22 05:23:00 +00:00
Descriptors.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Doxygen.conf Remove hardcoded DOT path from all Doxygen config files. 2009-06-16 13:50:02 +00:00
LUFA CDC Bootloader.inf Moved all source to the trunk directory. 2009-02-23 07:08:15 +00:00
makefile Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGURATION compile time option (but silently convert it to USE_SINGLE_DEVICE_CONFIGURATION internally for compatibility). 2009-07-16 08:15:27 +00:00