History: usbd_drv_msp430
This page describes all changes made to the usbd_drv_msp430 package, USBD Low Level Driver for MSP430 Devices, since its release.
Version
1.7r2 (2018-08-29, 18:07):
- Added document HTML link to the documentation folder.
- Renamed history and document files to the package name.
1.7 (2017-03-10, 16:14):
- Enumeration might fail, depending on timing.
1.6 (2017-07-03, 15:07):
- Depending on the MCU revision, reconnection after disconnect (cable removal) might fail. Possibly affected MCU revisions: MSP430F5529 rev I, rev J.
1.5:
- Eliminated endless loop that occurred when device was reattached.
1.4:
- Removed double buffer configuration as it is not used.
1.3:
- Pending Tx transfers continued from interrupt.
1.2:
- Endpoint NAK cleared only in case where the received packet was not a short packet.
1.1:
- initial revision.