qmk_firmware/Bootloaders/CDC
2009-09-06 04:22:46 +00:00
..
BootloaderCDC.c Fixed issue in USBtoSerial demos where the USART Rx line was not having its pullup enabled at startup, leading to noise being received from the Rx pin when left floating. 2009-08-05 13:16:36 +00:00
BootloaderCDC.h Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 2009-08-05 06:36:31 +00:00
BootloaderCDC.txt Added 64 bit OS driver installation instructions to the readme for all CDC based projects. 2009-09-06 04:22:46 +00:00
Descriptors.c Added explicit attribute masks to the device mode demos' descriptors. 2009-08-13 08:14:16 +00:00
Descriptors.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Doxygen.conf Change Doxygen configuration files to not produce 4096 directories for the documentation files -- the LUFA components do not generate enough documentation files to justify the large performance hit of creating so many directories. 2009-07-20 14:07:02 +00:00
LUFA CDC Bootloader.inf Changed Still Image Host class driver to auto-fill TransactionID element of sent headers depending on the current session state. 2009-09-06 04:15:35 +00:00
makefile Added beginnings of a new AVRISP-MKII clone project. 2009-08-17 12:38:24 +00:00