Fixed random enumeration failure while in device mode due to interrupts causing the Set Address request to exceed maximum timings.
This commit is contained in:
parent
bea72a8412
commit
c1cfffd8eb
2 changed files with 30 additions and 30 deletions
|
|
@ -71,6 +71,7 @@
|
|||
* - Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when writing in non-paged mode and the polling byte cannot be used
|
||||
* - Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_Init() is called
|
||||
* - Fixed ISR definition conflict in the XPLAIN bridge between the software UART and the AVRISP-MKII ISP modules
|
||||
* - Fixed random enumeration failure while in device mode due to interrupts causing the Set Address request to exceed maximum timings
|
||||
*
|
||||
* \section Sec_ChangeLog100807 Version 100807
|
||||
* <b>New:</b>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue