3 * This file contains special DoxyGen information for the generation of the main page and other special
4 * documentation pages. It is not a project source file.
8 * \page Page_AlternativeStacks Alternative USB AVR Stacks
10 * LUFA is not the only stack available for the USB AVRs, although it is perhaps the best (\see Page_WhyUseLUFA).
11 * In the interests of completeness and user choice, other known USB AVR stacks are listed here.
13 * - Atmel USB AVR Stack (<i>Atmel Inc.</i>) \n
14 * <b>Cost:</b> Free \n
15 * <b>License:</b> Atmel Limited License (see Atmel download for details) \n
16 * <b>Website:</b> http://atmel.com/dyn/products/app_notes.asp?family_id=607#USB \n
17 * <b>Description:</b> This is the official Atmel USB AVR stack, for their 8-bit USB AVR lineup. Each series of
18 * USB AVR is seperated into a seperate download stack, which is both AVR-GCC and IAR compatible.
20 * - Dr. Stefan Salewski's AT90USB1287 Stack (<i>Dr. Stefan Salewski</i>) \n
21 * <b>Cost:</b> Free \n
22 * <b>License:</b> GPL \n
23 * <b>Website:</b> http://www.ssalewski.de/AT90USB_firmware.html.en \n
24 * <b>Description:</b> This is a GPL'd library specifically designed for the AT90USB1287, by Dr. Stefan Salewski, a
25 * German Physicist. It compiles for AVR-GCC and can potentially be modified to work on other USB
28 * - PJRC Teensy Stack (<i>Paul Stoffregen</i>) \n
29 * <b>Cost:</b> Free \n
30 * <b>License:</b> BSD \n
31 * <b>Website:</b> http://www.pjrc.com/teensy/usb_debug_only.html \n
32 * <b>Description:</b> Not so much a complete stack as a collection of USB enabled demos, this library is specifically
33 * designed for the PJRC Teensy line of USB AVRs, and thus may need to be modified for other USB AVR
34 * chips. These code samples shows the inner workings of the USB controller, without all the abstraction
35 * present in most other USB AVR stacks.