qmk_firmware/Bootloaders
Dean Camera 2281750b5f Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDriver demo, so that slow devices don't time out the data pipe. Increase pipe timeout in both MassStorageHost demos to 5 seconds to account for the really slow devices.
Fix TeensyHID bootloader not properly shutting down the USB interface to trigger a disconnection on the host before resetting the AVR.
2009-12-08 07:43:33 +00:00
..
CDC Spell check all source code variables, comments and strings. 2009-11-09 13:15:28 +00:00
DFU Add to the existing CDC Class Driver's CreateStream() function documentation to explicitly state that the created streams are bidirectional. 2009-11-29 05:19:41 +00:00
Incomplete/MIDI Spell check all source code variables, comments and strings. 2009-11-09 13:15:28 +00:00
TeensyHID Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDriver demo, so that slow devices don't time out the data pipe. Increase pipe timeout in both MassStorageHost demos to 5 seconds to account for the really slow devices. 2009-12-08 07:43:33 +00:00
makefile Added stdio.h stream examples for the virtual CDC UART in the CDC host demos. 2009-10-11 06:14:08 +00:00