Update manual pages to reference unfinished AVR32 port, add port status to the Future...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 22 Feb 2010 12:45:52 +0000 (12:45 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 22 Feb 2010 12:45:52 +0000 (12:45 +0000)
LUFA/ManPages/DeviceSupport.txt
LUFA/ManPages/DirectorySummaries.txt
LUFA/ManPages/FutureChanges.txt
LUFA/ManPages/MainPage.txt

index 14022e2..98a1c77 100644 (file)
  *   - AT90USB647 (USB Host and Device)\r
  *   - AT90USB1286 (USB Device Only)\r
  *   - AT90USB1287 (USB Host and Device)\r
- *   - AT32UC3B0256 (EXPERIMENTAL)\r
+ *   - AT32UC3B0256 (EXPERIMENTAL - see \ref Sec_AVR32Port)\r
  *\r
  *  Currently supported Atmel boards:\r
  *   - AT90USBKEY\r
  *   - ATAVRUSBRF01\r
  *   - EVK527\r
- *   - EVK1101 (EXPERIMENTAL)\r
+ *   - EVK1101  (EXPERIMENTAL - see \ref Sec_AVR32Port)\r
  *   - RZUSBSTICK\r
  *   - STK525\r
  *   - STK526\r
index 13583f5..411cfe8 100644 (file)
  *  This folder contains drivers for several of the AVR internal peripherals such as the USART, compatible with\r
  *  all USB AVR models.\r
  *\r
- *  \dir LUFA/Drivers/Peripheral/AVRU4U6U7\r
- *  \brief AT90USBXXX6, AT90USBXXX7 and ATMEGAXXU4 AVR model peripheral driver files.\r
+ *  \dir LUFA/Drivers/Peripheral/AVR8\r
+ *  \brief 8-Bit AVR model peripheral driver files.\r
  *  \r
- *  This folder contains drivers for several of the AVR internal peripherals such as the USART, compatible only with\r
- *  the AT90USBXXX6, AT90USBXXX7 and ATMEGAXXU4 USB AVR models, such as the AT90USB1287. Its contents should <b>not</b> be\r
- *  included by the user application - the dispatch header file located in the parent directory should be used\r
- *  instead.\r
+ *  This folder contains drivers for several of the AVR internal peripherals such as the USART and ADC, on supported\r
+ *  32-Bit AVR models. Its contents should <b>not</b> be included by the user application - the dispatch header file\r
+ *  located in the parent directory should be used instead.\r
+ *\r
+ *  \dir LUFA/Drivers/Peripheral/AVR32\r
+ *  \brief 32-Bit AVR model peripheral driver files.\r
+ *\r
+ *  This folder contains drivers for several of the AVR internal peripherals such as the USART and ADC, on supported\r
+ *  8-Bit AVR models. Its contents should <b>not</b> be included by the user application - the dispatch header file\r
+ *  located in the parent directory should be used instead.\r
  *\r
  *  \dir LUFA/Drivers/USB\r
  *  \brief USB controller peripheral driver files.\r
index 38cbf0c..d3e3428 100644 (file)
   *      -# Finish SideShow demo\r
   *      -# Finish StandaloneProgrammer project\r
   *  - Ports\r
-  *      -# AVR32 UC3B series microcontrollers\r
   *      -# Atmel ARM7 series microcontrollers\r
   *      -# Other (commercial) C compilers\r
+  *\r
+  *  \section Sec_AVR32Port AVR32 Port Status\r
+  *  The following drivers have been ported:\r
+  *    - Joystick Board Driver\r
+  *    - Buttons Board Driver\r
+  *    - LEDs Board Driver\r
+  *\r
+  *  The following drivers have been partially ported:\r
+  *    - SPI Peripheral Driver\r
+  *\r
+  *  The following drivers have not yet been ported:\r
+  *    - Dataflash Board Driver\r
+  *    - Temperature Board Driver\r
+  *    - Serial Peripheral Driver\r
+  *    - ADC Peripheral Driver\r
+  *    - TWI Peripheral Driver\r
+  *    - USB Driver\r
   */\r
index c7ea7db..ccc8c5c 100644 (file)
@@ -13,9 +13,9 @@
  *\r
  *  <b>LUFA is donationware. For author and donation information, see \ref Page_Donating.</b>\r
  *\r
- *  LUFA is an open-source USB library for the USB-enabled AVR microcontrollers, released under the MIT license. It supports\r
- *  a large number of USB AVR models and boards (see \ref Page_DeviceSupport). It is designed to provide an easy to use, feature\r
- *  rich framework for the development of USB peripherals and hosts.\r
+ *  LUFA is an open-source USB library for the USB-enabled AVR8 and AVR32 microcontrollers, released under the MIT license. It\r
+ *  supports a large number of USB AVR models and boards (see \ref Page_DeviceSupport). It is designed to provide an easy to use,\r
+ *  feature rich framework for the development of USB peripherals and hosts.\r
  *\r
  *  LUFA focuses on the microcontroller side of USB development only; it includes no host USB driver development facilities. While\r
  *  custom USB devices can be made with LUFA, the included demos all use the inbuilt OS drivers for each USB class for simplicity.\r