* 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/AVR8\r
- * \brief 8-Bit AVR model peripheral driver files.\r
+ * \dir LUFA/Drivers/Peripheral/AVRU4U6U7\r
+ * \brief AT90USBXXX6, AT90USBXXX7 and ATMEGAXXU4 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
- * 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
+ * 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
*\r
* \dir LUFA/Drivers/USB\r
* \brief USB controller peripheral driver files.\r
* files in this folder should not be included directly in user applications; the similarly named dispatch header files located in\r
* the parent Board directory should be included instead.\r
*\r
+ * \dir LUFA/Drivers/Board/BUMBLEB\r
+ * \brief BUMBLEB board hardware driver files.\r
+ * \r
+ * This folder contains drivers for hardware on the Fletchtronics Bumble-B board (http://fletchtronics.net/bumble-b). The header\r
+ * files in this folder should not be included directly in user applications; the similarly named dispatch header files located in\r
+ * the parent Board directory should be included instead.\r
+ *\r
+ * \dir LUFA/Drivers/Board/XPLAIN\r
+ * \brief XPLAIN board hardware driver files.\r
+ * \r
+ * This folder contains drivers for hardware on the Atmel XPLAIN board (all hardware revisions). The header files in this folder \r
+ * should not be included directly in user applications; the similarly named dispatch header files located in the parent Board \r
+ * directory should be included instead.\r
+ *\r
+ * \dir LUFA/Drivers/Board/EVK527\r
+ * \brief XPLAIN board hardware driver files.\r
+ * \r
+ * This folder contains drivers for hardware on the Atmel EVK527 development board. The header files in this folder should\r
+ * not be included directly in user applications; the similarly named dispatch header files located in the parent Board directory\r
+ * should be included instead.\r
+ *\r
+ * \dir LUFA/Drivers/Board/TEENSY\r
+ * \brief TEENSY board hardware driver files.\r
+ * \r
+ * This folder contains drivers for hardware on all revisions of the PJRC Teensy boards (http://www.pjrc.com/teensy/). The header\r
+ * files in this folder should not be included directly in user applications; the similarly named dispatch header files located\r
+ * in the parent Board directory should be included instead.\r
+ *\r
+ * \dir LUFA/Drivers/Board/USBTINYMKII\r
+ * \brief USBTINY-MKII board hardware driver files.\r
+ * \r
+ * This folder contains drivers for hardware on all revisions of the USBTINY-MKII boards (http://tom-itx.dyndns.org:81/~webpage/).\r
+ * The header files in this folder should not be included directly in user applications; the similarly named dispatch header files\r
+ * located in the parent Board directory should be included instead.\r
+ *\r
+ * \dir LUFA/Drivers/Board/BENITO\r
+ * \brief BENITO board hardware driver files.\r
+ * \r
+ * This folder contains drivers for hardware on the Benito boards (http://dorkbotpdx.org/wiki/benito). The header files in this\r
+ * folder should not be included directly in user applications; the similarly named dispatch header files located in the parent\r
+ * Board directory should be included instead.\r
+ *\r
+ * \dir LUFA/Drivers/Board/JMDBU2\r
+ * \briefJM-DB-U2 board hardware driver files.\r
+ * \r
+ * This folder contains drivers for hardware on the JM-DB-U2 boards (http://u2.mattair.net/). The header files in this folder\r
+ * should not be included directly in user applications; the similarly named dispatch header files located in the parent Board\r
+ * directory should be included instead.\r
+ *\r
* \dir LUFA/DriverStubs\r
* \brief Driver stub header files for custom boards, to allow the LUFA board drivers to operate.\r
* \r