Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpoint descriptors (thanks to MCS Electronics).

This commit is contained in:
Dean Camera 2010-11-10 12:38:25 +00:00
parent 622dc6486c
commit 50390867e7
40 changed files with 88 additions and 86 deletions

View file

@ -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>

View file

@ -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):
* - 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
* - Adafruit U4 Breakout Board
* - Arduino Uno
* - Busware BUI
* - Busware CUL V3
* - Arduino Uno
* - TCNISO Blackcat USB JTAG
* - Fletchtronics Bumble-B (using officially recommended peripheral layout)
* - Kernel Concepts USBFOO
* - Linnix UDIP
* - 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)
*/