qmk_firmware/Demos/Host/ClassDriver
Dean Camera ee744abb7e More work on the Mass Storage Host mode Class driver.
Added  ATTR_NON_NULL_PTR_ARG() attributes to the class drivers to improve user code reliability by disallowing explicit NULL pointers as pointer parameters in function calls where the parameter must not be NULL.

Disabled building of the Demos/Host/ClassDriver directory until Host Mode Class drivers are complete to prevent build errors in the meantime.
2009-08-26 07:01:32 +00:00
..
CDCHost Add new functions to the HID host class driver, refine HID interface protocol matching. 2009-08-11 09:12:29 +00:00
MassStorageHost More work on the Mass Storage Host mode Class driver. 2009-08-26 07:01:32 +00:00
MouseHost Add new functions to the HID host class driver, refine HID interface protocol matching. 2009-08-11 09:12:29 +00:00
makefile Added CDC_Device_Flush() command to the CDC Device mode class driver. 2009-08-13 06:43:17 +00:00