aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/DeviceSupport.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-11-10 12:38:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-11-10 12:38:25 +0000
commit50390867e761f9cd92882d9f43db8593600fa61a (patch)
tree1ee1d3ec81896402f3e0b244e5a60a44c8c410d6 /LUFA/ManPages/DeviceSupport.txt
parent622dc6486cd27b4bff720524fd7b30af28d669f0 (diff)
downloadlufa-50390867e761f9cd92882d9f43db8593600fa61a.tar.gz
lufa-50390867e761f9cd92882d9f43db8593600fa61a.tar.bz2
lufa-50390867e761f9cd92882d9f43db8593600fa61a.zip
Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpoint descriptors (thanks to MCS Electronics).
Diffstat (limited to 'LUFA/ManPages/DeviceSupport.txt')
-rw-r--r--LUFA/ManPages/DeviceSupport.txt19
1 files changed, 10 insertions, 9 deletions
diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt
index 7cb94f9e3..dac4a3625 100644
--- a/LUFA/ManPages/DeviceSupport.txt
+++ b/LUFA/ManPages/DeviceSupport.txt
@@ -31,20 +31,21 @@
* - XPLAIN (Both original first revision board, and newer boards with a different Dataflash model)
*
* Currently supported third-party boards (see \ref Group_BoardTypes for makefile BOARD constant names):
+ * - Adafruit U4 Breakout Board
+ * - Arduino Uno
+ * - Busware BUI
+ * - Busware CUL V3
* - Fletchtronics Bumble-B (using officially recommended peripheral layout)
- * - Tempusdictum Benito
- * - MattairTech JM-DB-U2
- * - PJRC Teensy (all revisions and versions)
- * - Tom's USBTINY-MKII (all revisions and versions)
- * - Olimex AVR-USB-162
* - Kernel Concepts USBFOO
* - Linnix UDIP
- * - Busware BUI
- * - Busware CUL V3
- * - Arduino Uno
- * - TCNISO Blackcat USB JTAG
+ * - MattairTech JM-DB-U2
* - Maximus USB
* - Minimus USB
+ * - Olimex AVR-USB-162
+ * - PJRC Teensy (all revisions and versions)
+ * - TCNISO Blackcat USB JTAG
+ * - Tempusdictum Benito
+ * - Tom's USBTINY-MKII (all revisions and versions)
* - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
*/