qmk_firmware/Demos/Host
Dean Camera fabfdd454a Fixed CDCHost not clearing configured endpoints and resetting configured endpoints mask when a partially enumerated invalid CDC interface is skipped. 2009-05-15 07:38:35 +00:00
..
CDCHost Fixed CDCHost not clearing configured endpoints and resetting configured endpoints mask when a partially enumerated invalid CDC interface is skipped. 2009-05-15 07:38:35 +00:00
GenericHIDHost Removed all user pipe/endpoint interrupt APIs, added internal library support for interrupt driven control endpoints when in device mode by defining INTERRUPT_CONTROL_ENDPOINT token and passing it to the compiler via the -D switch. 2009-05-14 10:07:08 +00:00
KeyboardHost Remove remainder of data pipe interrupt management code from the host demos. 2009-05-12 12:59:57 +00:00
KeyboardHostWithParser Renamed the the TotalHIDReports element of the HID descriptor structure in the HID class demos to TotalReportDescriptors, to be more accurate of the element's function (thanks to Brian Dickman). 2009-05-07 22:33:36 +00:00
MassStorageHost Changed HWB board driver to Buttons driver, to allow for the support of future boards with more than one mounted GPIO button. 2009-05-06 07:50:34 +00:00
MouseHost Remove remainder of data pipe interrupt management code from the host demos. 2009-05-12 12:59:57 +00:00
MouseHostWithParser Renamed the the TotalHIDReports element of the HID descriptor structure in the HID class demos to TotalReportDescriptors, to be more accurate of the element's function (thanks to Brian Dickman). 2009-05-07 22:33:36 +00:00
StillImageHost Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems with faulty devices which do not respect the given wLength value when reading in the device descriptor. 2009-05-04 12:55:00 +00:00
makefile Fix errors in the KeyboardHost demo which prevented correct compilation. 2009-04-20 13:24:25 +00:00