diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-17 23:36:05 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-17 23:36:05 +0000 |
commit | f13bc35a199f3840aaaabecf5f8616f20da7c262 (patch) | |
tree | 1aaca6a02181db48539101ca56773e52199c9a77 /LUFA | |
parent | ff61dfa50589bc65bf5642feb80a0f23a237d76b (diff) | |
download | lufa-f13bc35a199f3840aaaabecf5f8616f20da7c262.tar.gz lufa-f13bc35a199f3840aaaabecf5f8616f20da7c262.tar.bz2 lufa-f13bc35a199f3840aaaabecf5f8616f20da7c262.zip |
Begin processing code for Service Discovery Protocol attributes.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/FutureChanges.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index 2a7b39e33..108e016a9 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -17,6 +17,7 @@ * -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error * -# Add standardized descriptor names to class driver structures * -# Correct mishandling of error cases in Mass Storage demos + * -# Fix AVRISP-MKII clone project's XMEGA EEPROM section erase command * - Documentation/Support * -# Remake AVRStudio project files * -# Add detailed overviews of how each demo works |