diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-03 10:39:33 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-03 10:39:33 +0000 |
commit | 16ea5aa7a2e5f326f8ff129e740a19bb3fb7829f (patch) | |
tree | af3d7d3ccecbfb64d7cadbf1d731c7cfb5817e13 /LUFA | |
parent | 77e86e7d82c65b1c2a75f965cb936b8f7ad97ac2 (diff) | |
download | lufa-16ea5aa7a2e5f326f8ff129e740a19bb3fb7829f.tar.gz lufa-16ea5aa7a2e5f326f8ff129e740a19bb3fb7829f.tar.bz2 lufa-16ea5aa7a2e5f326f8ff129e740a19bb3fb7829f.zip |
Add a TELNET server to the webserver project, which currently can list active TCP connections.
Diffstat (limited to 'LUFA')
-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 38cbf0ccf..cb8dd7efd 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -17,6 +17,7 @@ * -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error
* -# Add standardized descriptor names to class driver structures
* -# Correct mishandling of error cases in Mass Storage demos
+ * -# Add BOARD=NONE Option
* - Documentation/Support
* -# Remake AVRStudio project files
* -# Add detailed overviews of how each demo works
|