Skip to content

Releases: Infineon/usbdev

USB Device Middleware Library 2.10 Release

27 Aug 08:03
Compare
Choose a tag to compare

USB Device Middleware Library 2.10

What's Included?

For a complete description of the USB Device Middleware, refer to
README.md and the
USB Device API Reference.
The revision history of the USB Device Middleware is also available in the
API Reference Changelog.

New in this release:

  • Updated the middleware to support configurations without any data endpoints.
  • Added support for the PMG1 Family of MCUs.
  • Updated the middleware to comply with MISRA-C:2012 standard.

Defect Fixes

  • Fixed an issue in vendor class request handling.

USB Device Specific Instructions

The user must ensure that the parameters selected in the USB Device personality
are aligned with the descriptor configuration in the USB Configurator, because
there is no connection between the USB Device personality in the Device
Configurator and USB Configurator.

Specifically, parameter "Endpoints Mask" in the USB personality must be aligned
with the endpoints selected in the USB Configurator. If DMA Automatic mode is
selected, parameter "Endpoint Buffer Size" must be aligned with the total size
of the endpoint buffers allocated in the USB Configurator.

Known Issues

Problem Workaround
The USB Device ignores LPM requests after wake up from Deep Sleep. Call USBFS driver Cy_USBFS_Dev_Drv_Lpm_SetResponse() after calling Cy_USBFS_Dev_Drv_Resume() to restore response to the LPM packets.
The USB Device modes with DMA do not work after wake up from Deep Sleep, due to incorrect restore of the ARB_CFG register. Save ARB_CFG values before entering Deep Sleep and restore it after calling of Cy_USBFS_Dev_Drv_Resume.

Supported Software and Tools

This version of the USB Device Middleware was validated for compatibility with the following Software and Tools:

Software and Tools Version
ModusToolbox™ Software Environment 2.3
- ModusToolbox™ Device Configurator 3.0
- ModusToolbox™ USB Device Personality in Device Configurator 1.1
- ModusToolbox™ USB Device Configurator 2.30
MTB CAT1A Peripheral Driver Library (PDL) 2.2.1
MTB CAT2 Peripheral Driver Library (PDL) 1.2.0
GCC Compiler 9.3.1
IAR Compiler 8.42.2
ARM Compiler 6 6.16

More information

For a more information, refer to README.md


© 2019-2021, CYPRESS™ Semiconductor Corporation (an Infineon company)
or an affiliate of CYPRESS™ Semiconductor Corporation.

Cypress USB Device Middleware Library 2.0 Release

18 Sep 17:04
Compare
Choose a tag to compare

Cypress USB Device Middleware Library 2.0

What's Included?

For a complete description of the USB Device Middleware, refer to README.md and the USB Device API Reference.
The revision history of the USB Device Middleware is also available in the API Reference Changelog.
New in this release:

  • Updated the internal processing to support USBFS driver updates.
  • Significantly reduced the abort function wait time.

Defect Fixes

  • Fixed a compilation error for devices without USB hardware.

USB Device Specific Instructions

The user must ensure that the parameters selected in the USB Device personality
are aligned with the descriptor configuration in the USB Configurator, because
there is no connection between the USB Device personality in the Device
Configurator and USB Configurator.

Specifically, parameter "Endpoints Mask" in the USB personality must be aligned
with the endpoints selected in the USB Configurator. If DMA Automatic mode is
selected, parameter "Endpoint Buffer Size" must be aligned with the total size
of the endpoint buffers allocated in the USB Configurator.

Known Issues

Problem Workaround
The USB Device ignores LPM requests after wake up from Deep Sleep. Call USBFS driver Cy_USBFS_Dev_Drv_Lpm_SetResponse() after calling Cy_USBFS_Dev_Drv_Resume() to restore response to the LPM packets.
The USB Device modes with DMA do not work after wake up from Deep Sleep, due to incorrect restore of the ARB_CFG register. Save ARB_CFG values before entering Deep Sleep and restore it after calling of Cy_USBFS_Dev_Drv_Resume.

Supported Software and Tools

This version of the USB Device Middleware was validated for compatibility with the following Software and Tools:

Software and Tools Version
ModusToolbox Software Environment 2.0
- ModusToolbox Device Configurator 2.0
- ModusToolbox USB Device Personality in Device Configurator 1.1
- ModusToolbox USB Device Configurator 2.0
PSoC6 Peripheral Driver Library (PDL) 1.3.0
GCC Compiler 7.2.1
IAR Compiler 8.32
ARM Compiler 6 6.11

© Cypress Semiconductor Corporation, 2019.