More work on the Mass Storage Host mode Class driver.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 26 Aug 2009 07:01:32 +0000 (07:01 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 26 Aug 2009 07:01:32 +0000 (07:01 +0000)
commitee744abb7efd5fef49782991d58895e10696809a
tree1efb545a069d2e969be60a7e4f827b26024ac13b
parentf547eb36080dacf275cd94fc3ddfb4c618c587fa
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.
12 files changed:
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c
LUFA/Drivers/USB/Class/Device/Audio.h
LUFA/Drivers/USB/Class/Device/CDC.h
LUFA/Drivers/USB/Class/Device/HID.h
LUFA/Drivers/USB/Class/Device/MIDI.h
LUFA/Drivers/USB/Class/Device/MassStorage.h
LUFA/Drivers/USB/Class/Device/RNDIS.h
LUFA/Drivers/USB/Class/Host/CDC.h
LUFA/Drivers/USB/Class/Host/HID.h
LUFA/Drivers/USB/Class/Host/MassStorage.c
LUFA/Drivers/USB/Class/Host/MassStorage.h
LUFA/ManPages/FutureChanges.txt