qmk_firmware/Demos/Device/ClassDriver/VirtualSerialMassStorage
Dean Camera 899df7d331 Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
2011-04-04 12:52:30 +00:00
..
Lib Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. 2011-04-04 12:52:30 +00:00
Descriptors.c Added new VirtualSerialMassStorage Device Class Driver demo. 2011-03-16 05:58:58 +00:00
Descriptors.h Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegger). 2011-03-16 22:54:31 +00:00
Doxygen.conf Added new VirtualSerialMassStorage Device Class Driver demo. 2011-03-16 05:58:58 +00:00
LUFA VirtualSerialMassStorage.inf Added new VirtualSerialMassStorage Device Class Driver demo. 2011-03-16 05:58:58 +00:00
VirtualSerialMassStorage.aps Added new VirtualSerialMassStorage Device Class Driver demo. 2011-03-16 05:58:58 +00:00
VirtualSerialMassStorage.c Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegger). 2011-03-16 22:54:31 +00:00
VirtualSerialMassStorage.h Added new VirtualSerialMassStorage Device Class Driver demo. 2011-03-16 05:58:58 +00:00
VirtualSerialMassStorage.txt Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegger). 2011-03-16 22:54:31 +00:00
makefile F_CLOCK changed to F_USB to be more descriptive, and applicable on future architecture ports. 2011-03-21 10:20:42 +00:00