From fe62770a1ea8078ec6234ef9f92e39a7f542ce9e Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 16 Mar 2011 05:58:58 +0000 Subject: Added new VirtualSerialMassStorage Device Class Driver demo. --- LUFA/Drivers/USB/Core/Device.h | 3 ++- LUFA/ManPages/ChangeLog.txt | 1 + LUFA/ManPages/LibraryApps.txt | 1 + LUFA/ManPages/VIDAndPIDValues.txt | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) (limited to 'LUFA') diff --git a/LUFA/Drivers/USB/Core/Device.h b/LUFA/Drivers/USB/Core/Device.h index 414beacf3..bbc1b46ca 100644 --- a/LUFA/Drivers/USB/Core/Device.h +++ b/LUFA/Drivers/USB/Core/Device.h @@ -107,7 +107,8 @@ * the address of the descriptor. * \param[out] MemoryAddressSpace A value from the \ref USB_DescriptorMemorySpaces_t enum to indicate the memory * space in which the descriptor is stored. This parameter does not exist when one - * of the \c USE_*_DESCRIPTORS compile time options is used. + * of the \c USE_*_DESCRIPTORS compile time options is used, or on architectures which + * use a unified address space. * * \note By default, the library expects all descriptors to be located in flash memory via the \c PROGMEM attribute. * If descriptors should be located in RAM or EEPROM instead (to speed up access in the case of RAM, or to diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index cf20c704b..3bb93ea8d 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -30,6 +30,7 @@ * - Added ability to write protect Mass Storage disk write operations from the host OS * - Added new MIDIToneGenerator project * - Added new KeyboardMouseMultiReport Device ClassDriver demo + * - Added new VirtualSerialMassStorage Device ClassDriver demo * - Added HID class bootloader, compatible with a modified version of the command line Teensy loader from PJRC.com * * Changed: diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt index ce1fc80e8..fa8256d84 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -45,6 +45,7 @@ * - Mouse - USB Mouse demo, using the library USB HID driver framework * - RNDISEthernet - RNDIS Ethernet Webserver demo, using the library USB RNDIS driver framework * - VirtualSerial - Virtual Serial Port demo, using the library USB CDC Class driver framework + * - VirtualSerialMassStorage - Virtual Serial Port and Mass Storage demo, using the library USB CDC and Mass Storage Class driver frameworks * - VirtualSerialMouse - Virtual Serial Port and Mouse demo, using the library USB CDC and HID Class driver frameworks * - LowLevel * - AudioInput - Audio In (microphone) demo, using the low level LUFA APIs to implement the USB Audio class diff --git a/LUFA/ManPages/VIDAndPIDValues.txt b/LUFA/ManPages/VIDAndPIDValues.txt index 55bf1d45c..97d815210 100644 --- a/LUFA/ManPages/VIDAndPIDValues.txt +++ b/LUFA/ManPages/VIDAndPIDValues.txt @@ -325,7 +325,7 @@ * 0x2068 * * - * Currently Unallocated + * Virtual Serial/Mass Storage Demo * * * -- cgit v1.2.3