Fix references to the renamed AVRISP-MKII project folder.

pull/1469/head
Dean Camera 15 years ago
parent 8ecdc2b144
commit 8301dc553e

File diff suppressed because one or more lines are too long

@ -15,6 +15,7 @@
* *
* <b>Changed:</b> * <b>Changed:</b>
* - Slowed down bit-banged PDI programming in the AVRISP project slightly to prevent transmission errors * - 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> * <b>Fixed:</b>
* - Fixed AVRISP project not able to enter programming mode when ISP protocol is used * - Fixed AVRISP project not able to enter programming mode when ISP protocol is used

@ -98,7 +98,7 @@
* - <b>CDC</b> - CDC Class USB bootloader, compatible with any AVR910 protocol programming software such as AVRDude * - <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>TeensyHID</b> - HID Class bootloader, compatible with the PJRC TeensyLoader software
* - <b>Projects</b> * - <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>Benito</b> - Benito Board Arduino Programmer project
* - <b>LEDNotifier</b> - USB LED Notification project * - <b>LEDNotifier</b> - USB LED Notification project
* - <b>Magstripe</b> - Magnetic Stripe Card Reader project * - <b>Magstripe</b> - Magnetic Stripe Card Reader project

@ -11,7 +11,7 @@
* \image html LUFA.gif * \image html LUFA.gif
* \n * \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 * 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 * a large number of USB AVR models and boards (see \ref Page_DeviceSupport). It is designed to provide an easy to use, feature

@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = "AVRISP MKII Programmer Project" PROJECT_NAME = "AVRISP-MKII Clone Programmer Project"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

@ -14,8 +14,8 @@
# code. # code.
all: all:
make -C AVRISP clean make -C AVRISP-MKII clean
make -C AVRISP all make -C AVRISP-MKII all
make -C Benito clean make -C Benito clean
make -C Benito all make -C Benito all
@ -36,7 +36,7 @@ all:
make -C XPLAINBridge all make -C XPLAINBridge all
%: %:
make -C AVRISP $@ make -C AVRISP-MKII $@
make -C Benito $@ make -C Benito $@
make -C LEDNotifier $@ make -C LEDNotifier $@
make -C Magstripe $@ make -C Magstripe $@

Loading…
Cancel
Save