X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/0c2ad9eb349e1a5676468af3b407329dde4a53b4..refs/heads/master:/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt b/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt index ff1d3c26e..246775c22 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt @@ -10,9 +10,12 @@ * * The following list indicates what microcontrollers are compatible with this demo. * - * - Series 7 USB AVRs (AT90USBxxx7) - * - Series 6 USB AVRs (AT90USBxxx6) - * - Series 4 USB AVRs (ATMEGAxxU4) + * \li Series 7 USB AVRs (AT90USBxxx7) + * \li Series 6 USB AVRs (AT90USBxxx6) + * \li Series 4 USB AVRs (ATMEGAxxU4) + * \li Series AU XMEGA AVRs (ATXMEGAxxxAxU) + * \li Series B XMEGA AVRs (ATXMEGAxxxBx) + * \li Series C XMEGA AVRs (ATXMEGAxxxCx) * * \section Sec_Info USB Information: * @@ -42,7 +45,7 @@ * SCSI Block Commands Specification * * - * Usable Speeds: + * Supported USB Speeds: * Full Speed Mode * * @@ -71,16 +74,20 @@ * * * - * - * - * + * + * + * * * * - * + * * * - *
Define Name:Location:Description:Define Name:Location:Description:
TOTAL_LUNSMassStorage.hAppConfig.hTotal number of Logical Units (drives) in the device. The total device capacity is shared equally between each drive - * this can be set to any positive non-zero amount.
+ * + * DISK_READ_ONLY + * AppConfig.h + * Configuration define, indicating if the disk should be write protected or not. + * */