You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/LUFA/Drivers/USB/Core
Dean Camera e4b3e3fc65
Fix UC3B architecture compile errors and ensure the architecture can be compiled with no special makefile tokens defined.
14 years ago
..
AVR8 Add software FIFOs to the UC3B pipe control interfaces, to match the endpoint control interfaces. Fix incorrect endianness for the Endpoint/Pipe read and write routines. 14 years ago
Template Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
UC3B Fix UC3B architecture compile errors and ensure the architecture can be compiled with no special makefile tokens defined. 14 years ago
ConfigDescriptor.c Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
ConfigDescriptor.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago
Device.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago
DeviceStandardReq.c Add software FIFOs to the UC3B pipe control interfaces, to match the endpoint control interfaces. Fix incorrect endianness for the Endpoint/Pipe read and write routines. 14 years ago
DeviceStandardReq.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago
Endpoint.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago
EndpointStream.c Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
EndpointStream.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago
Events.c Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
Events.h More updates to remove architecture-specific comments from the documentation, alter USBMode.h preprocessor logic to support future architectures more easily. 14 years ago
Host.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago
HostStandardReq.c Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleared when Pipe_ClearError() is called. 14 years ago
HostStandardReq.h Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
OTG.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago
Pipe.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago
PipeStream.c Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
PipeStream.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago
StdDescriptors.h Porting updates for the UC3B architecture - get UC3B partially enumerating using a modified mouse demo on the EVK1101. Implement a software FIFO for the endpoint banks; datasheet hints that this can be done through hardware as on the AVR8 architecture, but the correct method to do this not discovered yet. 14 years ago
StdRequestType.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago
USBController.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago
USBInterrupt.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago
USBMode.h Added start of a port of the core USB driver code to the AVR32 UC3B architecture. 14 years ago
USBTask.c Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
USBTask.h Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. 14 years ago