aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LibraryApps.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-12 11:12:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-12 11:12:53 +0000
commite277ff0cf45e68fc16287b2fd2a054ae4e6a6ea8 (patch)
tree6d12b35c5f8f59d8a89a81c08848fafa5f1baf66 /LUFA/ManPages/LibraryApps.txt
parentdd92de3919d4db0f24f583d4dbc864aa79b09fb0 (diff)
downloadlufa-e277ff0cf45e68fc16287b2fd2a054ae4e6a6ea8.tar.gz
lufa-e277ff0cf45e68fc16287b2fd2a054ae4e6a6ea8.tar.bz2
lufa-e277ff0cf45e68fc16287b2fd2a054ae4e6a6ea8.zip
Removed TeensyHID bootloader, per request from Paul at PJRC.
Diffstat (limited to 'LUFA/ManPages/LibraryApps.txt')
-rw-r--r--LUFA/ManPages/LibraryApps.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index 2f0728127..a2a45f4ac 100644
--- a/LUFA/ManPages/LibraryApps.txt
+++ b/LUFA/ManPages/LibraryApps.txt
@@ -15,10 +15,9 @@
* the need for special drivers. On Windows, some demos require the supplied .INF file to be used as the device driver, which
* directs the OS to use its inbuilt class drivers for the device.
*
- * Also included with the library are three fully functional bootloaders, located in the /Bootloaders/ subdirectory.
- * The DFU class bootloader is compatible with Atmel's FLIP software or the open source dfu-programmer project, the
- * CDC class (AVR109 protocol) is compatible with such open source software as AVRDUDE and AVR-OSP, and the TeensyLoader
- * HID class bootloader is compatible with the software from PJRC (<a>http://www.pjrc.com/teensy/index.html</a>).
+ * Also included with the library are two fully functional bootloaders, located in the /Bootloaders/ subdirectory.
+ * The DFU class bootloader is compatible with Atmel's FLIP software or the open source dfu-programmer project, while
+ * the CDC class (AVR109 protocol) is compatible with such open source software as AVRDUDE and AVR-OSP.
*
* User-submitted projects are located in the /Projects/ subdirectory. If you wish to have your LUFA project included,
* please email it to the Library author.
@@ -96,7 +95,6 @@
* - <b>Bootloaders</b>
* - <b>DFU</b> - DFU Class USB bootloader, compatible with Atmel's FLIP and the open source dfu-programmer software
* - <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-MKII</b> - AVRISP-MKII Programmer Clone project
* - <b>Benito</b> - Benito Board Arduino Programmer project