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/LowLevel
Dean Camera 1167b69943
Add missing eol-style properties to new source files.
14 years ago
..
Template Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
DevChapter9.c Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (thanks to Axel Rohde). 15 years ago
DevChapter9.h Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). 14 years ago
Device.c Add missing eol-style properties to new source files. 14 years ago
Device.h Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request. 14 years ago
Endpoint.c Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pipes, rather than performing token check first. 14 years ago
Endpoint.h Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). 14 years ago
Host.c Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
Host.h Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). 14 years ago
HostChapter9.c Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
HostChapter9.h Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as the new 1.7 Doxygen's default stylesheet is much better. 14 years ago
LowLevel.c Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
LowLevel.h Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as the new 1.7 Doxygen's default stylesheet is much better. 14 years ago
OTG.h Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). 14 years ago
Pipe.c Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pipes, rather than performing token check first. 14 years ago
Pipe.h Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). 14 years ago
USBInterrupt.c Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and the control endpoint is not properly selected when the ISR completes. 15 years ago
USBInterrupt.h Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and the control endpoint is not properly selected when the ISR completes. 15 years ago