diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-09 22:35:48 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-09 22:35:48 +0000 |
commit | 7d823d926f9cac7b3c540cb0e864d7cec0af1826 (patch) | |
tree | ecb0ec4d485a9cb5f169a6719fb6a1aff1b8fe0e /LUFA | |
parent | cae0fa73d70f82820bd8d71c4d60b6aff8ccf3cb (diff) | |
download | lufa-7d823d926f9cac7b3c540cb0e864d7cec0af1826.tar.gz lufa-7d823d926f9cac7b3c540cb0e864d7cec0af1826.tar.bz2 lufa-7d823d926f9cac7b3c540cb0e864d7cec0af1826.zip |
Update HID bootloader loader application to support the VID/PID used by the bootloader.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/LibraryApps.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt index 9964bb049..ce1fc80e8 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -96,8 +96,9 @@ * - <b>ClassDriver</b> * - <b>MouseHostDevice</b> - Dual role Mouse Host and Mouse Device demo, using the library USB CDC Class driver framework * - <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>DFU</b> - DFU Class USB bootloader, compatible with Atmel's FLIP and the open source dfu-programmer software + * - <b>HID</b> - HID Class USB bootloader, compatible with a modified PJRC TeensyHID protocol loader application software * - <b>Projects</b> * - <b>AVRISP-MKII</b> - AVRISP-MKII Programmer Clone project * - <b>Benito</b> - Benito Board Arduino Programmer project |