diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-26 07:01:32 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-26 07:01:32 +0000 |
commit | ee744abb7efd5fef49782991d58895e10696809a (patch) | |
tree | 1efb545a069d2e969be60a7e4f827b26024ac13b /LUFA/ManPages | |
parent | f547eb36080dacf275cd94fc3ddfb4c618c587fa (diff) | |
download | lufa-ee744abb7efd5fef49782991d58895e10696809a.tar.gz lufa-ee744abb7efd5fef49782991d58895e10696809a.tar.bz2 lufa-ee744abb7efd5fef49782991d58895e10696809a.zip |
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.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/FutureChanges.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index 2f77e39d3..37b079603 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -13,11 +13,16 @@ *
* <b>Targeted for This Release:</b>
* - Finish Host Mode Class Drivers
+ * ( ) Audio
+ * (C) CDC
+ * (S) HID
+ * ( ) MIDI
+ * (S) Mass Storage
+ * ( ) Still Image
* - Add overviews of each of the officially supported boards to the manual
- * - Add hub support to match Atmel's stack
- * - Finish AVRISP Project
*
* <b>Targeted for Future Releases:</b>
+ * - Add hub support to match Atmel's stack
* - Add standardized descriptor names to device and host class driver structures
* - Remake AVRStudio project files
* - Add detailed overviews of how each demo works
|