Added new VirtualSerialMassStorage Device Class Driver demo.
This commit is contained in:
parent
5eb1862d54
commit
fe62770a1e
20 changed files with 4268 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
* <b>Changed:</b>
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@
|
|||
* - <b>Mouse</b> - USB Mouse demo, using the library USB HID driver framework
|
||||
* - <b>RNDISEthernet</b> - RNDIS Ethernet Webserver demo, using the library USB RNDIS driver framework
|
||||
* - <b>VirtualSerial</b> - Virtual Serial Port demo, using the library USB CDC Class driver framework
|
||||
* - <b>VirtualSerialMassStorage</b> - Virtual Serial Port and Mass Storage demo, using the library USB CDC and Mass Storage Class driver frameworks
|
||||
* - <b>VirtualSerialMouse</b> - Virtual Serial Port and Mouse demo, using the library USB CDC and HID Class driver frameworks
|
||||
* - <b>LowLevel</b>
|
||||
* - <b>AudioInput</b> - Audio In (microphone) demo, using the low level LUFA APIs to implement the USB Audio class
|
||||
|
|
|
|||
|
|
@ -325,7 +325,7 @@
|
|||
* 0x2068
|
||||
* </td>
|
||||
* <td>
|
||||
* <i>Currently Unallocated</i>
|
||||
* Virtual Serial/Mass Storage Demo
|
||||
* </td>
|
||||
* </tr>
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue