projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge pull request #19 from mondalaci/attr-no-inline-cleanup
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
MassStorage
/
MassStorage.txt
diff --git
a/Demos/Device/ClassDriver/MassStorage/MassStorage.txt
b/Demos/Device/ClassDriver/MassStorage/MassStorage.txt
index
14fdd4a
..
31779e9
100644
(file)
--- a/
Demos/Device/ClassDriver/MassStorage/MassStorage.txt
+++ b/
Demos/Device/ClassDriver/MassStorage/MassStorage.txt
@@
-14,6
+14,9
@@
* \li Series 6 USB AVRs (AT90USBxxx6)
* \li Series 4 USB AVRs (ATMEGAxxU4)
* \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2)
* \li Series 6 USB AVRs (AT90USBxxx6)
* \li Series 4 USB AVRs (ATMEGAxxU4)
* \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2)
+ * \li Series AU XMEGA AVRs (ATXMEGAxxxAxU)
+ * \li Series B XMEGA AVRs (ATXMEGAxxxBxU)
+ * \li Series C XMEGA AVRs (ATXMEGAxxxCxU)
*
* \section Sec_Info USB Information:
*
*
* \section Sec_Info USB Information:
*
@@
-77,16
+80,21
@@
*
* <table>
* <tr>
*
* <table>
* <tr>
- * <t
d><b>Define Name:</b></td
>
- * <t
d><b>Location:</b></td
>
- * <t
d><b>Description:</b></td
>
+ * <t
h><b>Define Name:</b></th
>
+ * <t
h><b>Location:</b></th
>
+ * <t
h><b>Description:</b></th
>
* </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>
+ * <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>
* </table>
*/
* </table>
*/