This website requires JavaScript.
Explore
Help
Sign In
mfulz_github
/
qmk_firmware
Watch
1
Star
0
Fork
1
You've already forked qmk_firmware
mirror of
https://github.com/mfulz/qmk_firmware.git
synced
2025-06-22 14:45:17 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
qmk_firmware
/
Bootloaders
/
CDC
History
Dean Camera
99abd1a8b7
Added explicit attribute masks to the device mode demos' descriptors.
2009-08-13 08:14:16 +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 compatibility list to the documentation of each individual demo.
2009-07-13 06:44:14 +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
Moved all source to the trunk directory.
2009-02-23 07:08:15 +00:00
makefile
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the existing FIXED_CONTROL_ENDPOINT_SIZE compile time option. Add FIXED_NUM_CONFIGURATIONS to the descriptors of each project using the option.
2009-08-02 23:14:30 +00:00