diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-27 12:35:31 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-27 12:35:31 +0000 |
commit | 8301dc553ed9d4e2072001ed56553dba57db038c (patch) | |
tree | 3c9b55dc3f9662aa5cb99c83e7e4f34700b2d4fa /LUFA | |
parent | 8ecdc2b1441417bf97661a3d3edd17a5afd707bf (diff) | |
download | lufa-8301dc553ed9d4e2072001ed56553dba57db038c.tar.gz lufa-8301dc553ed9d4e2072001ed56553dba57db038c.tar.bz2 lufa-8301dc553ed9d4e2072001ed56553dba57db038c.zip |
Fix references to the renamed AVRISP-MKII project folder.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/ManPages/LibraryApps.txt | 2 | ||||
-rw-r--r-- | LUFA/ManPages/MainPage.txt | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 41e82ea0c..52c78f001 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -15,6 +15,7 @@ *
* <b>Changed:</b>
* - Slowed down bit-banged PDI programming in the AVRISP project slightly to prevent transmission errors
+ * - Renamed the AVRISP project folder to AVRISP-MKII to reduce confusion
*
* <b>Fixed:</b>
* - Fixed AVRISP project not able to enter programming mode when ISP protocol is used
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt index 28ece38b8..0ea01c7dc 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -98,7 +98,7 @@ * - <b>CDC</b> - CDC Class USB bootloader, compatible with any AVR910 protocol programming software such as AVRDude
* - <b>TeensyHID</b> - HID Class bootloader, compatible with the PJRC TeensyLoader software
* - <b>Projects</b>
- * - <b>AVRISP</b> - AVRISP-MKII Programmer Clone project
+ * - <b>AVRISP-MKII</b> - AVRISP-MKII Programmer Clone project
* - <b>Benito</b> - Benito Board Arduino Programmer project
* - <b>LEDNotifier</b> - USB LED Notification project
* - <b>Magstripe</b> - Magnetic Stripe Card Reader project
diff --git a/LUFA/ManPages/MainPage.txt b/LUFA/ManPages/MainPage.txt index 8fe197f16..242ffd751 100644 --- a/LUFA/ManPages/MainPage.txt +++ b/LUFA/ManPages/MainPage.txt @@ -11,7 +11,7 @@ * \image html LUFA.gif
* \n
*
- * <b>For author and donation information, see \ref Page_Donating.</b>
+ * <b>LUFA is donationware. For author and donation information, see \ref Page_Donating.</b>
*
* LUFA is an open-source USB library for the USB-enabled AVR microcontrollers, released under the MIT license. It supports
* a large number of USB AVR models and boards (see \ref Page_DeviceSupport). It is designed to provide an easy to use, feature
|