diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-07 06:48:27 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-07 06:48:27 +0000 |
commit | 2a2de8fea94d2a524e988725585b17746cd30dba (patch) | |
tree | a0fbba8939a0dac602d148eb8d0bf9b38b7874eb /LUFA | |
parent | 27eb17cb934dcd3807bacdfe87f853e32f0cfdb4 (diff) | |
download | lufa-2a2de8fea94d2a524e988725585b17746cd30dba.tar.gz lufa-2a2de8fea94d2a524e988725585b17746cd30dba.tar.bz2 lufa-2a2de8fea94d2a524e988725585b17746cd30dba.zip |
Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the alternative addressing scheme.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/AlternativeStacks.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/ManPages/AlternativeStacks.txt b/LUFA/ManPages/AlternativeStacks.txt index 28176ce48..0ce9150f5 100644 --- a/LUFA/ManPages/AlternativeStacks.txt +++ b/LUFA/ManPages/AlternativeStacks.txt @@ -43,8 +43,8 @@ * via a bit-banged (emulated) version of the USB protocol. They are limited in their capabilities due to the cycles required
* to be dedicated to managing the USB bus, but offer a cheap way to implement USB functionality into a design.
*
- * - <b>Name:</b> AVR309: Software USB (<i>Objective Development</i>) \n
- * <b>Cost:</b> Free for some uses, see website for licensing \n
+ * - <b>Name:</b> AVR309: Software USB (<i>Atmel</i>) \n
+ * <b>Cost:</b> Free \n
* <b>License:</b> None Stated \n
* <b>Website:</b> http://www.atmel.com/dyn/Products/app_notes.asp?family_id=607 \n
* <b>Description:</b> Atmel's official software USB implementation, an Application Note containing work by Igor Cesko. This
|