History: usbd_drv_renesas
This page describes all changes made to the usbd_drv_renesas package, USBD Low Level Driver for Renesas, since its release.
Version
1.10 (2019-12-03, 14:50):
- Static analysis issue eliminated.
1.9 (2019-10-18, 14:53):
- Static analysis issue eliminated.
1.8 (2019-08-28, 17:10):
- Static analysis issue eliminated.
1.7 (2019-07-09, 16:35):
- Further issues fixed related to changes described in version 1.6.
1.6 (2018-10-09, 15:12):
- Communication (especially Endpoint 0 communications like enumeration) could fail when the driver was held up for a long time (typically when high priority tasks prevented USBD tasks from running).
1.5 (2018-04-25, 11:48):
- Removed unused header file usbd_renesas_regs.h.
1.4 (2018-04-20, 15:27):
- Compiler warnings eliminated.
- Driver init() and delete() functions moved into the driver from the PSP.
1.3:
- USB interrupt enabling/disabling fixed.
1.2:
- OUT transfer could hang up when data was received before transfer start.
1.1:
- Initial release.