X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/dc68de15b69c2064b1b14d00659aa91054cccbe1..6b0c46af6e4e67285fada7a3212197e92a33eb26:/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt b/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt index bed44f81d..d8b3b31db 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.txt @@ -1,91 +1,100 @@ -/** \file - * - * This file contains special DoxyGen information for the generation of the main page and other special - * documentation pages. It is not a project source file. - */ - -/** \mainpage Combined Mass Storage and Keyboard Device Demo - * - * \section SSec_Compat Demo Compatibility: - * - * The following list indicates what microcontrollers are compatible with this demo. - * - * - Series 7 USB AVRs - * - Series 6 USB AVRs - * - Series 4 USB AVRs - * - Series 2 USB AVRs - * - * \section SSec_Info USB Information: - * - * The following table gives a rundown of the USB utilization of this demo. - * - *
USB Mode: | - *Device | - *||||
USB Classes: | - *Mass Storage Device | - *Human Interface Device | - *|||
USB Subclasses: | - *Bulk-Only Transport | - *Keyboard Subclass | - *|||
Relevant Standards: | - *USBIF Mass Storage Standard | - *USB Bulk-Only Transport Standard | - *SCSI Primary Commands Specification | - *SCSI Block Commands Specification | - *USBIF HID Specification, USBIF HID Usage Tables | - *
Usable Speeds: | - *Full Speed Mode | - *
Define Name: | - *Location: | - *Description: | - *
TOTAL_LUNS | - *MassStorage.h | - *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. | - *
USB Mode: | + *Device | + *
USB Classes: | + *Mass Storage Device \n + * Human Interface Device | + *
USB Subclasses: | + *Bulk-Only Transport \n + * Keyboard Subclass | + *
Relevant Standards: | + *USBIF Mass Storage Standard \n + * USB Bulk-Only Transport Standard \n + * SCSI Primary Commands Specification \n + * SCSI Block Commands Specification \n + * USBIF HID Specification \n + * USBIF HID Usage Tables | + *
Supported USB Speeds: | + *Full Speed Mode | + *
Define Name: | + *Location: | + *Description: | + *
---|---|---|
TOTAL_LUNS | + *AppConfig.h | + *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. | + *
DISK_READ_ONLY | + *AppConfig.h | + *Configuration define, indicating if the disk should be write protected or not. | + *