Minor corrections to the library Doxygen documentation.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 1 Apr 2009 13:10:05 +0000 (13:10 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 1 Apr 2009 13:10:05 +0000 (13:10 +0000)
LUFA/LUFAPoweredProjects.txt
LUFA/MainPage.txt

index 519c7ca..5f81ad5 100644 (file)
@@ -4,28 +4,27 @@
  *  documentation pages. It is not a project source file.\r
  */\r
 \r
-/** \page LUFAPoweredProjects User Projects Powered by LUFA\r
+/** \page Page_LUFAPoweredProjects User Projects Powered by LUFA\r
  *\r
  *  LUFA is currently in use all around the world, in many applications both commercial and non-commercial. Below is a\r
  *  list of known public LUFA powered projects, which all use the LUFA library in some way. Feel free to visit each project's\r
  *  home page for more information on each project.\r
  *\r
- *  If you have a project that you would like to add to this list, please contact my via the details on the main page of this\r
+ *  If you have a project that you would like to add to this list, please contact me via the details on the main page of this\r
  *  documentation.\r
  *\r
  *\r
- *  Benito #7, an AVR Programmer: http://www.dorkbotpdx.org/blog/feurig/benito_7_the_next_big_thing \n\r
- *  Stripe Snoop, a Magnetic Card reader: http://www.ossguy.com/ss_usb/ \n\r
- *  USB10 AKA "The Ferret", a USB162 development board: http://www.soc-machines.com \n\r
- *  Bicycle POV: http://www.code.google.com/p/bicycleledpov/ \n\r
- *  Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/ \n\r
- *  ARPS Locator: http://la3t.hamradio.no/lab//?id=tracker_en \n\r
- *  Lightweight CC110x USB dongle for 868MHz Protocols: http://busware.de/tiki-index.php?page=CUL \n\r
- *  AVROpendous, an open design/source AT90USB162 development board: http://avropendous.org/ \n\r
- *  USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001 \n\r
- *  USB to Serial Bridge, via SPI and I2C: http://www.tty1.net/userial/ \n\r
- *  Teensy, another tiny AT90USB162 development board: http://www.pjrc.com/teensy/index.html \n\r
- *  SEGA Megadrive/Genesis Development Cartridge: http://www.spritesmind.net/_GenDev/forum/viewtopic.php?t=464 \n\r
- *  CAMTRIG, a remote Camera Trigger device: http://code.astraw.com/projects/motmot/camtrig \n\r
- *\r
+ *  - Benito #7, an AVR Programmer: http://www.dorkbotpdx.org/blog/feurig/benito_7_the_next_big_thing\r
+ *  - Stripe Snoop, a Magnetic Card reader: http://www.ossguy.com/ss_usb/\r
+ *  - USB10 AKA "The Ferret", a USB162 development board: http://www.soc-machines.com\r
+ *  - Bicycle POV: http://www.code.google.com/p/bicycleledpov/\r
+ *  - Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/\r
+ *  - ARPS Locator: http://la3t.hamradio.no/lab//?id=tracker_en\r
+ *  - Lightweight CC110x USB dongle for 868MHz Protocols: http://busware.de/tiki-index.php?page=CUL\r
+ *  - AVROpendous, an open design/source AT90USB162 development board: http://avropendous.org/\r
+ *  - USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001\r
+ *  - USB to Serial Bridge, via SPI and I2C: http://www.tty1.net/userial/\r
+ *  - Teensy, another tiny AT90USB162 development board: http://www.pjrc.com/teensy/index.html\r
+ *  - SEGA Megadrive/Genesis Development Cartridge: http://www.spritesmind.net/_GenDev/forum/viewtopic.php?t=464\r
+ *  - CAMTRIG, a remote Camera Trigger device: http://code.astraw.com/projects/motmot/camtrig\r
  */
\ No newline at end of file
index 00eb8fc..0829aa1 100644 (file)
  *  \section Sec_About About this library\r
  *\r
  *  Originally based on the AT90USBKEY from Atmel, it is an open-source, driver for the USB-enabled AVR\r
- *  microcontrollers, released under the MIT license. Currently, the AT90USB1286, AT90USB1287, AT90USB646,\r
- *  AT90USB647, AT90USB162, AT90USB82, ATMEGA16U4, ATMEGA32U6 and ATMEGA32U4 AVR microcontrollers are supported by the \r
- *  library. Supported premade boards are the USBKEY, STK525, STK526, RZUSBSTICK and ATAVRUSBRF01.\r
+ *  microcontrollers, released under the MIT license.\r
+ *\r
+ *  Currently supported AVR models:\r
+ *   - AT90USB1286\r
+ *   - AT90USB1287\r
+ *   - AT90USB646\r
+ *   - AT90USB647\r
+ *   - AT90USB162\r
+ *   - AT90USB82\r
+ *   - ATMEGA16U4\r
+ *   - ATMEGA32U6\r
+ *   - ATMEGA32U4\r
+ *\r
+ *  Currently supported Atmel boards:\r
+ *   - AT90USBKEY\r
+ *   - STK525\r
+ *   - STK526\r
+ *   - RZUSBSTICK\r
+ *   - ATAVRUSBRF01\r
+ *   - Custom User Boards\r
  *\r
  *  The library is currently in a stable release, suitable for download and incorporation into user projects for\r
  *  both host and device modes. For information about the project progression, check out my blog.\r