X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/3991c94b3858bbb02ca9ea6497cf60c84635b99a..61a799ed55c5e4d5d0fd8dd4b35bfe57db33822e:/Projects/Benito/Benito.txt diff --git a/Projects/Benito/Benito.txt b/Projects/Benito/Benito.txt index 857a28f8d..1461d6dc0 100644 --- a/Projects/Benito/Benito.txt +++ b/Projects/Benito/Benito.txt @@ -6,23 +6,18 @@ /** \mainpage Benito Arduino Programmer Project * - * \section SSec_Compat Demo Compatibility: + * \section SSec_Compat Project Compatibility: * - * The following table indicates what microcontrollers are compatible with this demo. + * The following list indicates what microcontrollers are compatible with this project. * - * - 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: * - * The following table gives a rundown of the USB utilization of this demo. + * The following table gives a rundown of the USB utilization of this project. * * * @@ -31,19 +26,20 @@ * * * - * + * * * * - * + * * * * - * + * * * * - * + * * *
USB Class:Human Interface Device (HID)Communications Device Class (CDC)
USB Subclass:KeyboardAbstract Control Model (ACM)
Relevant Standards:USBIF HID Standard, USBIF HID Usage TablesUSBIF CDC Class Standard \n + * Arduino Bootloader Specification
Usable Speeds:Low Speed Mode, Full Speed ModeFull Speed Mode
* @@ -55,9 +51,14 @@ * * 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. + * The following defines can be found in this project, which can control the project behaviour when defined, or changed in value. * * *