projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix flip-ee DFU build target accidentally erasing the target FLASH memory space.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
VirtualSerialMassStorage
/
VirtualSerialMassStorage.txt
diff --git
a/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt
b/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt
index
ff1d3c2
..
0422441
100644
(file)
--- a/
Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt
+++ b/
Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.txt
@@
-10,9
+10,9
@@
*
* The following list indicates what microcontrollers are compatible with this demo.
*
*
* 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)
*
* \section Sec_Info USB Information:
*
*
* \section Sec_Info USB Information:
*
@@
-42,7
+42,7
@@
* SCSI Block Commands Specification</td>
* </tr>
* <tr>
* SCSI Block Commands Specification</td>
* </tr>
* <tr>
- * <td><b>
Usable
Speeds:</b></td>
+ * <td><b>
Supported USB
Speeds:</b></td>
* <td>Full Speed Mode</td>
* </tr>
* </table>
* <td>Full Speed Mode</td>
* </tr>
* </table>
@@
-77,10
+77,14
@@
* </tr>
* <tr>
* <td>TOTAL_LUNS</td>
* </tr>
* <tr>
* <td>TOTAL_LUNS</td>
- * <td>
MassStorage
.h</td>
+ * <td>
AppConfig
.h</td>
* <td>Total 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.</td>
* </tr>
* <td>Total 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.</td>
* </tr>
- * </table>
+ * <tr>
+ * <td>DISK_READ_ONLY</td>
+ * <td>AppConfig.h</td>
+ * <td>Configuration define, indicating if the disk should be write protected or not.</td>
+ * </tr>
*/
*/