X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c31fdbd03eee95660d65adb0f1bf7c0c397fd435..161263af475a9f1ea4ded0a6ee2858281ffc5624:/Demos/Device/ClassDriver/MassStorage/MassStorage.txt diff --git a/Demos/Device/ClassDriver/MassStorage/MassStorage.txt b/Demos/Device/ClassDriver/MassStorage/MassStorage.txt index 14fdd4abe..31779e9c0 100644 --- 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 AU XMEGA AVRs (ATXMEGAxxxAxU) + * \li Series B XMEGA AVRs (ATXMEGAxxxBxU) + * \li Series C XMEGA AVRs (ATXMEGAxxxCxU) * * \section Sec_Info USB Information: * @@ -77,16 +80,21 @@ * * * - * - * - * + * + * + * * * * - * + * * * + * + * + * + * + * *
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_ONLYAppConfig.hConfiguration define, indicating if the disk should be write protected or not.
*/