diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-05-22 08:28:40 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-05-22 08:28:40 +0000 |
commit | 3cba88e4c05d6a3c25ffa9c7185d41a84b7f72b1 (patch) | |
tree | f356fef599a6b9fd290f99ecf694b6f84f8a61b7 /LUFA/ManPages | |
parent | e349974aa9fdd6679a385d0da66005a27706b275 (diff) | |
download | lufa-3cba88e4c05d6a3c25ffa9c7185d41a84b7f72b1.tar.gz lufa-3cba88e4c05d6a3c25ffa9c7185d41a84b7f72b1.tar.bz2 lufa-3cba88e4c05d6a3c25ffa9c7185d41a84b7f72b1.zip |
Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/ManPages/FutureChanges.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index dd58c24dd..12352129c 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -38,6 +38,7 @@ * - Added HID class bootloader, compatible with a modified version of the command line Teensy loader from PJRC.com * - Added LED flashing to the CDC and DFU class bootloaders to indicate when they are running * - Added new incomplete AndroidAccessoryHost Host LowLevel demo + * - Added RNDIS device mode to the Webserver project * * <b>Changed:</b> * - Core: diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index 6db27d164..b1cc3a78f 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -33,7 +33,6 @@ * -# Finish SideShow demo * -# Finish StandaloneProgrammer project * -# Arduino Uno compatible USB-MIDI, USB-HID - * -# Make Webserver project work in RNDIS device mode * - Ports * -# Atmel ARM7 series microcontrollers * -# Other (commercial) C compilers |