diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-04 04:02:55 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-04 04:02:55 +0000 |
commit | dc42c5eb6b663b0b117b5660ba5818186744efd5 (patch) | |
tree | 3c6720170f8f4ae85b326416f3127343a2bcee4e /LUFA/ChangeLog.txt | |
parent | d37d419ffa419911d0488f50f65a77b1f8ecacce (diff) | |
download | lufa-dc42c5eb6b663b0b117b5660ba5818186744efd5.tar.gz lufa-dc42c5eb6b663b0b117b5660ba5818186744efd5.tar.bz2 lufa-dc42c5eb6b663b0b117b5660ba5818186744efd5.zip |
Added Doxygen documentation to the Audio class driver. Added new modules for each of the new device class drivers to the library documentation.
Diffstat (limited to 'LUFA/ChangeLog.txt')
-rw-r--r-- | LUFA/ChangeLog.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt index 529cac40c..8c142532e 100644 --- a/LUFA/ChangeLog.txt +++ b/LUFA/ChangeLog.txt @@ -5,9 +5,8 @@ */
========== TODO: ===========
- - Document new class drivers
+ - Document new class drivers (in progress)
- Add standardized descriptor names to class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES
- - Disable JTAG in demos
- Convert Host mode demos to class drivers
- Remake AVRStudio projects to reflect file structure changes
============================
|