aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-18 04:40:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-18 04:40:15 +0000
commit3d6508c9b9505cb3393b7c12df1a0c87f7828bbe (patch)
tree20374710e8f93257be617db5f6f1d53f39d3a86f /LUFA/ManPages
parent2cab8f07254d13c226118679c84abb9c4afe5246 (diff)
downloadlufa-3d6508c9b9505cb3393b7c12df1a0c87f7828bbe.tar.gz
lufa-3d6508c9b9505cb3393b7c12df1a0c87f7828bbe.tar.bz2
lufa-3d6508c9b9505cb3393b7c12df1a0c87f7828bbe.zip
Enhance the HotmailNotifier project so that the LEDs' individual brightness can be controlled individually via software PWM.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/AlternativeStacks.txt37
-rw-r--r--LUFA/ManPages/FutureChanges.txt1
-rw-r--r--LUFA/ManPages/MainPage.txt3
3 files changed, 40 insertions, 1 deletions
diff --git a/LUFA/ManPages/AlternativeStacks.txt b/LUFA/ManPages/AlternativeStacks.txt
new file mode 100644
index 000000000..ed640f4ab
--- /dev/null
+++ b/LUFA/ManPages/AlternativeStacks.txt
@@ -0,0 +1,37 @@
+/** \file
+ *
+ * This file contains special DoxyGen information for the generation of the main page and other special
+ * documentation pages. It is not a project source file.
+ */
+
+/**
+ * \page Page_AlternativeStacks Alternative USB AVR Stacks
+ *
+ * LUFA is not the only stack available for the USB AVRs, although it is perhaps the best (\see Page_WhyUseLUFA).
+ * In the interests of completeness and user choice, other known USB AVR stacks are listed here.
+ *
+ * - Atmel USB AVR Stack (<i>Atmel Inc.</i>) \n
+ * <b>Cost:</b> Free \n
+ * <b>License:</b> Atmel Limited License (see Atmel download for details) \n
+ * <b>Website:</b> http://atmel.com/dyn/products/app_notes.asp?family_id=607#USB \n
+ * <b>Description:</b> This is the official Atmel USB AVR stack, for their 8-bit USB AVR lineup. Each series of
+ * USB AVR is seperated into a seperate download stack, which is both AVR-GCC and IAR compatible.
+ *
+ * - Dr. Stefan Salewski's AT90USB1287 Stack (<i>Dr. Stefan Salewski</i>) \n
+ * <b>Cost:</b> Free \n
+ * <b>License:</b> GPL \n
+ * <b>Website:</b> http://www.ssalewski.de/AT90USB_firmware.html.en \n
+ * <b>Description:</b> This is a GPL'd library specifically designed for the AT90USB1287, by Dr. Stefan Salewski, a
+ * German Physicist. It compiles for AVR-GCC and can potentially be modified to work on other USB
+ * AVR models.
+ *
+ * - PJRC Teensy Stack (<i>Paul Stoffregen</i>) \n
+ * <b>Cost:</b> Free \n
+ * <b>License:</b> BSD \n
+ * <b>Website:</b> http://www.pjrc.com/teensy/usb_debug_only.html \n
+ * <b>Description:</b> 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 code samples shows the inner workings of the USB controller, without all the abstraction
+ * present in most other USB AVR stacks.
+ */
+ \ No newline at end of file
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index 3267afc73..07b2f8394 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -17,6 +17,7 @@
* -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error
* -# Add standardized descriptor names to class driver structures
* -# Correct mishandling of error cases in Mass Storage demos
+ * -# Add TPI programming support to the AVRISP project
* - Documentation/Support
* -# Remake AVRStudio project files
* -# Add detailed overviews of how each demo works
diff --git a/LUFA/ManPages/MainPage.txt b/LUFA/ManPages/MainPage.txt
index 0626cdb61..8fe197f16 100644
--- a/LUFA/ManPages/MainPage.txt
+++ b/LUFA/ManPages/MainPage.txt
@@ -33,8 +33,9 @@
* <b>Subsections:</b>
* - \subpage Page_WhyUseLUFA Why Use LUFA?
* - \subpage Page_LUFAvsAtmelStack How does LUFA compare to the Atmel USB AVR stack?
+ * - \subpage Page_AlternativeStacks Alternative USB AVR Stacks
* - \subpage Page_Licence Project licence
- * - \subpage Page_Donating Donating to Support this Project
+ * - \subpage Page_Donating Donating to support this project
* - \subpage Page_LibraryApps Overview of included Demos, Bootloaders and Projects
*
* <small><i>Logo design by EDIGMA.COM</i></small>