1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/Demos/Device/ClassDriver/CDC
2009-08-30 06:52:03 +00:00
..
CDC.c Simplify CDC device demos, by directly assigning the string to transmit to the pointer, rather than using an intermediatary table to hold all the possible transmit strings. 2009-08-06 14:30:53 +00:00
CDC.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
CDC.txt
Descriptors.c Added explicit attribute masks to the device mode demos' descriptors. 2009-08-13 08:14:16 +00:00
Descriptors.h
Doxygen.conf
LUFA CDC.inf
makefile Replace -finline-limit with -fno-inline-small-functions in project makefiles. 2009-08-30 06:52:03 +00:00