aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/DirectorySummaries.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-24 06:58:23 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-24 06:58:23 +0000
commit071fd8ce536522ca6365580d64cd465e4c18a031 (patch)
tree604c4881c36b11f37d0203f9466d6078080847b7 /LUFA/ManPages/DirectorySummaries.txt
parenta7aaa45ec4c3f415bf6073a5cc016635d5ecf77d (diff)
downloadlufa-071fd8ce536522ca6365580d64cd465e4c18a031.tar.gz
lufa-071fd8ce536522ca6365580d64cd465e4c18a031.tar.bz2
lufa-071fd8ce536522ca6365580d64cd465e4c18a031.zip
Revert changes made for the partial port to the AVR32 architecture.
Diffstat (limited to 'LUFA/ManPages/DirectorySummaries.txt')
-rw-r--r--LUFA/ManPages/DirectorySummaries.txt18
1 files changed, 6 insertions, 12 deletions
diff --git a/LUFA/ManPages/DirectorySummaries.txt b/LUFA/ManPages/DirectorySummaries.txt
index 411cfe80a..13583f5d8 100644
--- a/LUFA/ManPages/DirectorySummaries.txt
+++ b/LUFA/ManPages/DirectorySummaries.txt
@@ -27,19 +27,13 @@
* 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/AVR8
- * \brief 8-Bit AVR model peripheral driver files.
+ * \dir LUFA/Drivers/Peripheral/AVRU4U6U7
+ * \brief AT90USBXXX6, AT90USBXXX7 and ATMEGAXXU4 AVR model peripheral driver files.
*
- * 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.
+ * 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.
*
* \dir LUFA/Drivers/USB
* \brief USB controller peripheral driver files.