diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-03-04 14:43:30 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-03-04 14:43:30 +0000 |
commit | e408f92b266aa381b01066bd38da88b3c823b997 (patch) | |
tree | 10121f51985cb7c0d2a0476e8958c3642170d257 /Projects | |
parent | eb1275890a3aec518480916cb40ff675dc1bcb4e (diff) | |
download | lufa-e408f92b266aa381b01066bd38da88b3c823b997.tar.gz lufa-e408f92b266aa381b01066bd38da88b3c823b997.tar.bz2 lufa-e408f92b266aa381b01066bd38da88b3c823b997.zip |
Minor documentation improvements.
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/AVRISP-MKII/AVRISP-MKII.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.txt b/Projects/AVRISP-MKII/AVRISP-MKII.txt index a6f00b4a3..ad58dab1f 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 |