Fixed possible register corruption in USB Host mode on AVR8 devices when ORDERED_EP_CONFIG is used (thanks to Martin Aakerberg).
This commit is contained in:
parent
2fe1d7d170
commit
8232721102
2 changed files with 5 additions and 4 deletions
|
@ -21,6 +21,7 @@
|
|||
* <b>Fixed:</b>
|
||||
* - Core:
|
||||
* - Fixed Low Speed USB devices broken when using the library HID Class driver (thanks to Michael)
|
||||
* - Fixed possible register corruption in USB Host mode on AVR8 devices when ORDERED_EP_CONFIG is used (thanks to Martin Aakerberg)
|
||||
* - Library Applications:
|
||||
* - Added handler for SCSI_CMD_START_STOP_UNIT in demos using the Mass Storage class, to prevent ejection errors on *nix systems due to an
|
||||
* unknown SCSI command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue