Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer code...
[pub/lufa.git] / LUFA / ManPages / AlternativeStacks.txt
index c7fcfbf..28176ce 100644 (file)
  *  LUFA is not the only stack available for the USB AVRs, although it is perhaps the best (see \ref Page_WhyUseLUFA).\r
  *  In the interests of completeness and user choice, other known USB AVR stacks are listed here.\r
  *\r
+ *  \section Sec_HardwareStacks Hardware USB AVR Stacks\r
+ *  These are the known alternative USB stacks which are designed for and run exclusively on the USB AVR series microcontrollers,\r
+ *  which contain on-chip USB controller hardware for maximum features and speed.\r
+ *\r
  *  - <b>Name:</b> Atmel USB AVR Stack (<i>Atmel Inc.</i>) \n\r
  *    <b>Cost:</b> Free \n\r
  *    <b>License:</b> Atmel Limited License (see Atmel download for details) \n\r
  *                        designed for the PJRC Teensy line of USB AVRs, and thus may need to be modified for other USB AVR\r
  *                        chips. These minimal code samples shows the inner workings of the USB controller, without all the \r
  *                        abstraction present in most other USB AVR stacks. \r
+ *\r
+ *  \section Sec_SoftwareStacks Software AVR Stacks\r
+ *  These are the known alternative USB stacks which can run on regular AVR models, lacking dedicated hardware USB controllers\r
+ *  via a bit-banged (emulated) version of the USB protocol. They are limited in their capabilities due to the cycles required\r
+ *  to be dedicated to managing the USB bus, but offer a cheap way to implement USB functionality into a design.\r
+ *\r
+ *  - <b>Name:</b> AVR309: Software USB (<i>Objective Development</i>) \n\r
+ *    <b>Cost:</b> Free for some uses, see website for licensing \n\r
+ *    <b>License:</b> None Stated \n\r
+ *    <b>Website:</b> http://www.atmel.com/dyn/Products/app_notes.asp?family_id=607 \n\r
+ *    <b>Description:</b> Atmel's official software USB implementation, an Application Note containing work by Igor Cesko. This\r
+ *                        is a minimal assembly-only implementation of software USB, providing HID functionality. Less compile\r
+ *                        options than V-USB (see below).\r
+ *\r
+ *  - <b>Name:</b> V-USB (<i>Objective Development</i>) \n\r
+ *    <b>Cost:</b> Free for some uses, see website for licensing \n\r
+ *    <b>License:</b> Dual GPL2/Custom \n\r
+ *    <b>Website:</b> http://www.obdev.at/products/vusb/index.html \n\r
+ *    <b>Description:</b> Well regarded and complete USB 1.1 software stack for several AVR models, implementing Low Speed HID.\r
+ *                        Used in many commercial and non-commercial designs, with user-submitted projects available for viewing\r
+ *                        on the company's website. Uses C language code mixed with assembly for time-critical sections.\r
  */\r
  
\ No newline at end of file