X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/3991c94b3858bbb02ca9ea6497cf60c84635b99a..ba8ffa4cb70a45f4e487a874276759d81ae8ae2e:/Projects/Benito/Benito.txt diff --git a/Projects/Benito/Benito.txt b/Projects/Benito/Benito.txt index 857a28f8d..128fba37c 100644 --- a/Projects/Benito/Benito.txt +++ b/Projects/Benito/Benito.txt @@ -8,17 +8,12 @@ * * \section SSec_Compat Demo Compatibility: * - * The following table indicates what microcontrollers are compatible with this demo. + * The following list indicates what microcontrollers are compatible with this demo. * - * - AT90USB1287 - * - AT90USB1286 - * - AT90USB647 - * - AT90USB646 - * - ATMEGA32U6 - * - ATMEGA32U4 - * - ATMEGA16U4 - * - AT90USB162 - * - AT90USB82 + * - Series 7 USB AVRs + * - Series 6 USB AVRs + * - Series 4 USB AVRs + * - Series 2 USB AVRs * * \section SSec_Info USB Information: * @@ -31,19 +26,20 @@ * * * USB Class: - * Human Interface Device (HID) + * Communications Device Class (CDC) * * * USB Subclass: - * Keyboard + * Abstract Control Model (ACM) * * * Relevant Standards: - * USBIF HID Standard, USBIF HID Usage Tables + * USBIF CDC Class Standard + * Arduino Bootloader Specification * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Full Speed Mode * * * @@ -55,6 +51,11 @@ * * This is primarily designed to fit the Benito board from www.dorkbotpdx.org, but will suit all USB AVRs. * + * After running this project for the first time on a new computer, you will need to supply the .INF file located + * in this project's directory as the device's driver when running under Windows. This will enable Windows to use + * its inbuilt CDC drivers, negating the need for custom drivers for the device. Other Operating Systems should + * automatically use their own inbuilt CDC-ACM drivers. + * * \section SSec_Options Project Options * * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.