X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/711542ee8986482a12796ffdbc4a32912b267e44..aceb015ea75267f97b97e0bce11b7f6123b0bc06:/LUFA/ManPages/AlternativeStacks.txt diff --git a/LUFA/ManPages/AlternativeStacks.txt b/LUFA/ManPages/AlternativeStacks.txt index 60342f8e8..f9d6cbbcd 100644 --- a/LUFA/ManPages/AlternativeStacks.txt +++ b/LUFA/ManPages/AlternativeStacks.txt @@ -29,14 +29,21 @@ * German Physicist. It compiles for AVR-GCC and can potentially be modified to work on other USB * AVR models. * + * - Name: FreakUSB Stack (FreakLabs) \n + * Cost: Free \n + * License: Modified BSD \n + * Website: http://freaklabs.org/index.php/FreakUSB-Open-Source-USB-Device-Stack.html \n + * Description: An open source simple USB stack for a selection of the USB AVRs. Contains a sample class driver + * for the CDC-ACM class, however other class driver implementations are also possible. + * * - Name: PJRC Teensy Stack (Paul Stoffregen) \n * Cost: Free \n * License: BSD \n * Website: http://www.pjrc.com/teensy/usb_debug_only.html \n * Description: Not so much a complete stack as a collection of USB enabled demos, this library is specifically * designed for the PJRC Teensy line of USB AVRs, and thus may need to be modified for other USB AVR - * chips. These minimal code samples shows the inner workings of the USB controller, without all the - * abstraction present in most other USB AVR stacks. + * chips. These minimal code samples shows the inner workings of the USB controller, without all the + * abstraction present in most other USB AVR stacks. * * \section Sec_SoftwareStacks Software AVR Stacks * These are the known alternative USB stacks which can run on regular AVR models, lacking dedicated hardware USB controllers @@ -59,4 +66,4 @@ * Used in many commercial and non-commercial designs, with user-submitted projects available for viewing * on the company's website. Uses C language code mixed with assembly for time-critical sections. */ - +