From e408f92b266aa381b01066bd38da88b3c823b997 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 4 Mar 2012 14:43:30 +0000 Subject: [PATCH] Minor documentation improvements. --- Projects/AVRISP-MKII/AVRISP-MKII.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.txt b/Projects/AVRISP-MKII/AVRISP-MKII.txt index a6f00b4a3a..ad58dab1f2 100644 --- a/Projects/AVRISP-MKII/AVRISP-MKII.txt +++ b/Projects/AVRISP-MKII/AVRISP-MKII.txt @@ -44,14 +44,15 @@ * * \section Sec_Description Project Description: * - * Firmware for an AVRStudio compatible AVRISP-MKII clone programmer. This project will enable the USB AVR series of - * microcontrollers to act as a clone of the official Atmel AVRISP-MKII programmer, usable within AVRStudio. In its - * most basic form, it allows for the programming of AVRs at the programmer's VCC voltage from within AVRStudio with - * no special hardware other than the USB AVR and the parts needed for the USB interface. If the user desires, more + * Firmware for an Atmel Studio/AVRStudio compatible AVRISP-MKII clone programmer. This project will enable the USB + * AVR series of microcontrollers to act as a clone of the official Atmel AVRISP-MKII programmer, usable within + * Atmel Studio/AVRStudio or with any software capable of driving a real Atmel AVRISP-MKII programmer. In its most + * basic form, it allows for the programming of AVRs at the programmer's VCC voltage from within Atmel Studio/AVRStudio + * with no special hardware other than the USB AVR and the parts needed for the USB interface. If the user desires, more * advanced circuits incorporating level conversion can be made to allow for the programming of 3.3V AVR designs. * * This device spoofs Atmel's official AVRISP-MKII device PID so that it remains compatible with Atmel's AVRISP-MKII - * drivers. When prompted, direct your OS to install Atmel's AVRISP-MKII drivers provided with AVRStudio. + * drivers. When prompted, direct your OS to install Atmel's AVRISP-MKII drivers provided with Atmel Studio/AVRStudio. * * Note that this design currently has the following limitations: * - No reversed/shorted target connector detection and notification