aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LUFAvsAtmelStack.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-03-05 10:58:35 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-03-05 10:58:35 +0000
commit33a81bffb9e3f856c1d3446d7292795774ae91a8 (patch)
tree6b845cac365aea44ca554bbeccf1b27c7c3d450c /LUFA/ManPages/LUFAvsAtmelStack.txt
parentc1c94fe5a0e0bcfb5ec37ed987b45954afe768cd (diff)
downloadlufa-33a81bffb9e3f856c1d3446d7292795774ae91a8.tar.gz
lufa-33a81bffb9e3f856c1d3446d7292795774ae91a8.tar.bz2
lufa-33a81bffb9e3f856c1d3446d7292795774ae91a8.zip
Minor documentation updates.
Diffstat (limited to 'LUFA/ManPages/LUFAvsAtmelStack.txt')
-rw-r--r--LUFA/ManPages/LUFAvsAtmelStack.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/LUFA/ManPages/LUFAvsAtmelStack.txt b/LUFA/ManPages/LUFAvsAtmelStack.txt
index b4fce2df0..239c2772b 100644
--- a/LUFA/ManPages/LUFAvsAtmelStack.txt
+++ b/LUFA/ManPages/LUFAvsAtmelStack.txt
@@ -5,11 +5,11 @@
*/
/**
- * \page Page_LUFAvsAtmelStack LUFA vs the Atmel Stack
+ * \page Page_LUFAvsAtmelStack LUFA vs the Atmel 8-bit USB AVR Stack
*
- * Atmel offers an official USB AVR stack, which may be incorporated into user projects and products. As LUFA and the Atmel
- * stack aims to give roughly the same functionality to a design, it is often asked what advantages LUFA carries over the
- * official Atmel USB stack. Below are just some of the advantages to choosing LUFA over the official stack.
+ * Atmel offers an official 8-bit USB AVR stack, which may be incorporated into user projects and products. As LUFA and the Atmel
+ * stack aims to give roughly the same functionality to a design, it is often asked what advantages LUFA carries over the official
+ * Atmel USB stack for the 8-bit USB AVRs. Below are just some of the advantages to choosing LUFA over the official Atmel stack.
*
* - <b>Licensing:</b>
* LUFA is released under a very permissive MIT license (see \ref Page_LicenseInfo), while the Atmel stack carries several
@@ -42,5 +42,11 @@
* - <b>Better Library Support:</b>
* As many people are now using LUFA, there is a community being built around it. You can get answers to your LUFA related questions
* quickly by either emailing the library author (subject to author's schedule) or by posting to the official LUFA support mailing list.
+ *
+ * - <b>More Compact Code:</b>
+ * LUFA is written from the ground up to compile optimally, using clean code and good design. Two demos giving the same functionality -
+ * the LUFA Low Level API Mouse Demo vs. the Atmel AVR270 HID Mouse application note shows LUFA to be the clear size winner *.
+ *
+ * * <i>LUFA Low Level Mouse Demo: 3510 bytes, Atmel AVR270 Mouse Application Note: 4222 bytes, using an identical build environment.</i>
*/