1
0

Conversion of old incomplete SideShow demo to new APIs.

This commit is contained in:
Dean Camera
2009-06-05 07:52:53 +00:00
parent bf041e8bbf
commit f51017f8fb
7 changed files with 228 additions and 209 deletions

View File

@@ -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
============================