diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-11-10 12:38:25 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-11-10 12:38:25 +0000 |
commit | 50390867e761f9cd92882d9f43db8593600fa61a (patch) | |
tree | 1ee1d3ec81896402f3e0b244e5a60a44c8c410d6 /LUFA | |
parent | 622dc6486cd27b4bff720524fd7b30af28d669f0 (diff) | |
download | lufa-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')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/ManPages/DeviceSupport.txt | 19 |
2 files changed, 11 insertions, 9 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index d024c1f94..53b7cb872 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -100,6 +100,7 @@ * - Fixed MIDI class driver send routines silently discarding packets if the endpoint or pipe is busy (thanks to Robin Green) * - Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the send buffer becomes full * - Fixed broken input in the MagStripe reader project due to an incorrect HID report descriptor + * - Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpoint descriptors (thanks to MCS Electronics) * * \section Sec_ChangeLog100807 Version 100807 * <b>New:</b> 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) */ |