Skip to content

Azure RTOS USBX 6.1.2 release

Compare
Choose a tag to compare
@yuxin-azrtos yuxin-azrtos released this 01 Dec 07:47
· 79 commits to master since this release
bad4f01

This is an updated release of Azure RTOS that includes multiple bug fixes.

The following file is added to 6.1.2 release:
common/core/src/ux_hcd_sim_host_uninitilaize.c

Added support for Host Controller Driver (HCD) to be un-initialized:
common/core/inc/ux_hcd_sim_host.h
common/core/src/ux_hcd_sim_host_controller_disable.c
common/core/src/ux_host_stack_hcd_thread_entry.c
common/core/src/ux_host_stack_hcd_unregister.c

Fixed registered HCD scan:
common/core/src/ux_host_stack_rh_change_process.c

Fixed compiler warning:
common/core/src/ux_utility_delay_ms.c
common/usbx_device_classes/src/ux_device_class_hid_control_request.c
common/usbx_host_classes/src/ux_host_class_video_frame_interval_get.c
common/usbx_host_controllers/inc/ux_hcd_ehci.h
common/usbx_host_controllers/inc/ux_hcd_ohci.h
common/usbx_host_controllers/src/ux_hcd_ehci*.c
common/usbx_host_controllers/src/ux_hcd_ohci*.c

Added the definition of exFAT type:
common/usbx_host_classes/inc/ux_host_class_storage.h
common/usbx_host_classes/src/ux_host_class_storage_partition_read.c

Freed memory for the descriptors:
common/usbx_host_classes/src/ux_host_class_video_deactivate.c

Fixed class_ext access:
common/usbx_host_classes/src/ux_host_class_storage_entry.c