diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-05-26 10:50:22 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-05-26 10:50:22 +0000 |
commit | edc4db41f46f473fc0ba95fd03920d10aba1de4a (patch) | |
tree | 8c0ba2b40572eca4b206533651a36f6df529aec6 /LUFA/ManPages | |
parent | f0ff633962185d8b09a442750651dd763b38eda8 (diff) | |
download | lufa-edc4db41f46f473fc0ba95fd03920d10aba1de4a.tar.gz lufa-edc4db41f46f473fc0ba95fd03920d10aba1de4a.tar.bz2 lufa-edc4db41f46f473fc0ba95fd03920d10aba1de4a.zip |
Update Webserver project to remove DHCP IP configuration status notification.
Diffstat (limited to 'LUFA/ManPages')
-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 b1cc3a78f..4e16d3afa 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -21,6 +21,7 @@ * -# Update stream APIs to use DMA transfers on supported architectures * -# Pull out third party libraries into a seperate folder and reference them as required * -# Add a LUFA_YIELD macro for integration into a third-party RTOS + * -# Abstract out Mass Storage byte send/receive to prevent low level API use in projects * - Documentation/Support * -# Add detailed overviews of how each demo works * -# Add board overviews |