Fixed race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests.
This commit is contained in:
parent
2b54cd984d
commit
8df0cf3241
5 changed files with 17 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
* - Core:
|
||||
* - Fixed ring buffer size limited to 255 elements, instead of the intended 65535 elements.
|
||||
* - Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey)
|
||||
* - Fixed race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests
|
||||
* - Library Applications:
|
||||
* - Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair)
|
||||
* - Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARGET_DETECT is enabled
|
||||
|
|
|
@ -136,6 +136,10 @@
|
|||
* - Elektor Magazine, "20 x Open Source" by Jens Nickel, March 2010 Issue
|
||||
* - Circuit Cellar Magazine, "Advanced USB Design Debugging" by Collin O'Flynn, August 2010 Issue
|
||||
*
|
||||
* \section Sec_PortsAndForks Non-Official LUFA Ports and Forks
|
||||
* - NXP's official "nxpusblib" LUFA fork, for LPC devices: http://www.lpcware.com/content/project/nxpusblib
|
||||
* - Kevin Mehall's LUFA port to the NXP LPC13xx: https://github.com/kevinmehall/LUFA-LPC13xx
|
||||
*
|
||||
* \section Sec_LUFANotableMentions Other Notable Mentions of LUFA
|
||||
* - Adafruit "Ask an Engineer", 7th November 2010
|
||||
* - Arduino 2010 Keynote speech
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue