Update manual pages to reference unfinished AVR32 port, add port status to the Future Changes page.

This commit is contained in:
Dean Camera 2010-02-22 12:45:52 +00:00
parent 99a45fa97d
commit d2ed97e34b
4 changed files with 34 additions and 12 deletions

View file

@ -27,13 +27,19 @@
* This folder contains drivers for several of the AVR internal peripherals such as the USART, compatible with
* all USB AVR models.
*
* \dir LUFA/Drivers/Peripheral/AVRU4U6U7
* \brief AT90USBXXX6, AT90USBXXX7 and ATMEGAXXU4 AVR model peripheral driver files.
* \dir LUFA/Drivers/Peripheral/AVR8
* \brief 8-Bit AVR model peripheral driver files.
*
* This folder contains drivers for several of the AVR internal peripherals such as the USART, compatible only with
* the AT90USBXXX6, AT90USBXXX7 and ATMEGAXXU4 USB AVR models, such as the AT90USB1287. Its contents should <b>not</b> be
* included by the user application - the dispatch header file located in the parent directory should be used
* instead.
* This folder contains drivers for several of the AVR internal peripherals such as the USART and ADC, on supported
* 32-Bit AVR models. Its contents should <b>not</b> be included by the user application - the dispatch header file
* located in the parent directory should be used instead.
*
* \dir LUFA/Drivers/Peripheral/AVR32
* \brief 32-Bit AVR model peripheral driver files.
*
* This folder contains drivers for several of the AVR internal peripherals such as the USART and ADC, on supported
* 8-Bit AVR models. Its contents should <b>not</b> be included by the user application - the dispatch header file
* located in the parent directory should be used instead.
*
* \dir LUFA/Drivers/USB
* \brief USB controller peripheral driver files.