diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-09-28 12:14:06 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-09-28 12:14:06 +0000 |
| commit | 619b05469be722065b93ba53d4effe8acd164a96 (patch) | |
| tree | 9c45545908c0ad14ad8e136e34de00867fc569a7 /LUFA/ManPages/FutureChanges.txt | |
| parent | 6aa1e09fbe9241cf923ee59d60ee799cf7445a4f (diff) | |
Move out many of the common class driver constants into grouped enums, to make them more managable.
Add new CDC descriptor structs to the CDC class driver, so that the CDC demos can use human readable field names.
Rename prefix for Still Image Host class driver functions from "SImage_" to "SI_" to remain consistent with the rest of the driver.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1497 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/ManPages/FutureChanges.txt')
| -rw-r--r-- | LUFA/ManPages/FutureChanges.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index 6e77effb..b1196d70 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -18,11 +18,11 @@ * -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error * -# Change makefiles to allow for absolute LUFA location to be used * -# Re-add interrupt Pipe/Endpoint support + * -# Fix intermittent device mode enumeration errors * - Documentation/Support * -# Add detailed overviews of how each demo works * -# Add board overviews * -# Write LUFA tutorials - * -# Add makefile template * - Demos/Projects * -# Multiple-Report HID device * -# Device/Host USB bridge @@ -31,6 +31,7 @@ * -# Finish BluetoothHost demo * -# Finish SideShow demo * -# Finish StandaloneProgrammer project + * -# Arduino Uno compatible USB-MIDI, USB-HID * - Ports * -# AVR32 UC3B series microcontrollers * -# Atmel ARM7 series microcontrollers |
