USB Component  Version 6.6
MDK-Professional Middleware for USB Device and Host
 All Data Structures Functions Variables Enumerations Enumerator Groups Pages
Revision History
Version Description
V6.6.10
  • Corrected USB Device USBD_Configured function return value, it wrongly returned error status if instance did not exist instead of false value
  • Improved USB Host CDC and PL2303 templates
V6.6.9
  • Corrected USB Device Audio Class corner case of sending Isochronous IN data beyond intermediate buffer
V6.6.8
  • Corrected USB Device core handling of simultaneous signals OUT ZLP and SETUP
V6.6.7
  • Corrected USB Device CDC NCM bulk transfer termination of multiple maximum packet size with ZLP
V6.6.6
  • renamed CoreThread to Core_Thread
  • removed msc structures from rl_usb.h
V6.6.5
  • corrected USB Device functionality so Device level custom handling is always enabled
  • fixed capability to send ZLP on Control Endpoint 0 request
  • fixed sending ZLP on Control Endpoint 0 request if sent data is multiple of maximum packet size and less then requested
  • added template for USB Device device level Control Endpoint 0 request handling demonstrating serial number provided at runtime
  • removed section about migration from RL-USB. If you need to migrate from previous versions, please install Middleware Pack 6.5.0.
V6.6.4
  • corrected USB Host functionality not to do PING after there was error in transfer
V6.6.3
  • corrected USB Host functionality if relocate memory pool is not used
V6.6.2
  • added USB Host force disconnect of active device on USBH_Uninitialize
V6.6.1
  • added support for double buffering for USB Device CDC Network Control Model (NCM) class
  • changed behaviour of USBD_HID_GetReportTrigger to be non blocking and return usbDriverBusy if previous request has not yet finished
V6.6.0
  • added support for USB Device CDC Network Control Model (NCM) class
V6.5.0
  • cleared USB Device device state after disconnect, so after disconnect USBD_Configured function will return false
  • prevented race condition in USB Device CDC that could happen in situation when any USB Device CDC user function was called and while it was being executed an USB interrupt happened it could corrupt information about current state of transmission and reception thus leaving CDC communication in inoperable state
  • improved USB Host port lock handling during enumeration
V6.4.0
  • added USB Device device level endpoint 0 request handling
  • added template for USB Device device level endpoint 0 request handling
  • added example code into USB Device Custom Class template
  • corrected USB Device Custom Class endpoint 0 device request handling
  • corrected USB Host send/receive timeout functionality
  • corrected USB Host CDC device disconnect handling
V6.3.0
  • added template for implementing Audio Class Device (ADC)
  • added template for implementing ADC Headphone
  • corrected USB Device ADC meaning of samples to per channel basis
  • corrected USB Host handling of stall response on GetMaxLUN
  • corrected USB Device CDC DataReceived functionality
  • corrected USB Device MSC SCSI command TestUnitReady response on no media
  • improved USB Device MSC SCSI command RequestSense functionality
  • improved USBD_User_MSC.c template for media ownership control, media connect/disconnect and removed direct access to MSC data variables with additional callback functions
  • added template for USB Device MSC media ownership control (.c and .h files)
  • corrected USB Host behavior on connection of non boot subclass device
  • corrected USB Device Audio Class interface string number
  • corrected USB Device Audio Class control endpoint request status stage response
  • added support for USB Device Mass Storage Inquiry - Vital Product Data Pages: 0 and 80h
  • corrected USB Device Mass Storage class behaviour for read request of non-existing sector
  • corrected USB Device behaviour for slower code execution
  • added setting for overriding HID Report Descriptor to USBD_Config_HID.h file
  • added template for implementing HID Mouse (shows how to override HID Report Descriptor)
  • corrected USB Host OHCI and EHCI structure positioning in RAM
  • corrected USB Host OHCI and EHCI larger transfer handling
  • corrected USB Device USBD_HID_GetReportTrigger lock-up if called too often
V6.2.0
  • reimplemented USB Device Audio Class support
  • added USB Host CDC support
  • added USART USB Host CDC Driver
  • added USB Host Custom Class Template
  • added USB Host Prolific PL2303 Custom Class Template
  • added USART Prolific PL2303 Driver (USB to serial RS232 adapter)
  • added USB Device Mass Storage CheckMedia callback
  • changed USB Device CDC DataReceived and DataSent callback functions to callback style functions with instance in function name
  • moved user accessible functions and structures from rl_usbd.h and rl_usbh.h file to main rl_usb.h file
  • changed USB Host library functions for usage with custom class
  • USB Host library adapted to use USB Host CMSIS Driver v2.01
  • fixed problem with simultaneous same device types on different controllers
  • corrected USB Device Mass Storage handling if media removed while write/read in progress
V6.1.0
  • corrected USB Host OHCI driver interrupt endpoint handling
V6.0.0
  • adapted to CMSIS-Driver V2 interface
  • added Custom Class support for USB Host
V5.1.5
  • corrected USB Device Custom Class event handling, build issue and template
  • corrected USB Host polling rate when Interrupt Endpoint requests "bInterval = 1"
V5.1.4
  • updated user API
  • added configuration options for OS resources
  • added OHCI and EHCI drivers for USB Host
  • added multiple packet read for USB Device
  • corrected issue on USB Host when using addresses over 127
V5.1
  • updated USB Device configuration
  • added Custom Class support for USB Device
V5.0
  • Initial release for MDK Version 5.
  • Explains changes compared to previous releases.