From 2a2de8fea94d2a524e988725585b17746cd30dba Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 7 May 2010 06:48:27 +0000 Subject: Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the alternative addressing scheme. --- LUFA/ManPages/AlternativeStacks.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LUFA') 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. * - * - Name: AVR309: Software USB (Objective Development) \n - * Cost: Free for some uses, see website for licensing \n + * - Name: AVR309: Software USB (Atmel) \n + * Cost: Free \n * License: None Stated \n * Website: http://www.atmel.com/dyn/Products/app_notes.asp?family_id=607 \n * Description: Atmel's official software USB implementation, an Application Note containing work by Igor Cesko. This -- cgit v1.2.3