|
|
@ -40,6 +40,7 @@
|
|
|
|
* - Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve device compatibility while in USB Host mode
|
|
|
|
* - Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve device compatibility while in USB Host mode
|
|
|
|
* - Changed over all demos, drivers and internal functions to use the current frame number over the Start of Frame flag where possible
|
|
|
|
* - Changed over all demos, drivers and internal functions to use the current frame number over the Start of Frame flag where possible
|
|
|
|
* to free up the Start of Frame flag for interrupt use in the user application
|
|
|
|
* to free up the Start of Frame flag for interrupt use in the user application
|
|
|
|
|
|
|
|
* - All project makefiles now correctly clean intermeditary build files from assembly and C++ sources (thanks to Daniel Czigany)
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* <b>Fixed:</b>
|
|
|
|
* <b>Fixed:</b>
|
|
|
|
* - Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data when the report item does not exist
|
|
|
|
* - Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data when the report item does not exist
|
|
|
|