diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-05 07:52:53 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-05 07:52:53 +0000 |
commit | f51017f8fb5a02029bce577e3d7226cb5158d830 (patch) | |
tree | d3e3ed43a986ff6b5c1006f0aa614b951ca9d960 /LUFA | |
parent | bf041e8bbf67222e1c899b8df96f8220d5a0d9d2 (diff) | |
download | lufa-f51017f8fb5a02029bce577e3d7226cb5158d830.tar.gz lufa-f51017f8fb5a02029bce577e3d7226cb5158d830.tar.bz2 lufa-f51017f8fb5a02029bce577e3d7226cb5158d830.zip |
Conversion of old incomplete SideShow demo to new APIs.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ChangeLog.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt index 03c645af2..3c4883075 100644 --- a/LUFA/ChangeLog.txt +++ b/LUFA/ChangeLog.txt @@ -5,9 +5,13 @@ */
========== TODO: ===========
- - Document new class drivers (in progress)
- - Add standardized descriptor names to class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES
+ - Document new device class drivers (in progress)
+ - Made new host class drivers
+ - Document new host class drivers
- Convert Host mode demos to class drivers
+ - Add in old Host mode demos, convert to schedulerless
+ - Add in incomplete host mode demos
+ - Add standardized descriptor names to class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES
- Remake AVRStudio projects to reflect file structure changes
============================
|