You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed requirement to implement system_config.h for USB. Stack now only uses usb_config.h for configuration.
* USBInitialize() and USBTasks() removed. Use USBDeviceTasks()/USBHostTasks() or USBHostInit()/USBDeviceInit() as required.
* Fixed dereferencing type-punned pointer will break strict-aliasing warning on full optimization.
* Added MSDTransferTerminated() function.
* Added error checking for NULL data handler
* Added return for case in USBHostDeviceStatus() for when the device state variable was invalid value.
* Fixed error when parsing HID descriptors resulting in invalid errors reported on well formed HID report descriptors.
* Added support for the PIC24FJ1024GB610 family devices.
0 commit comments