Skip to content

Azure RTOS 6.1.3

Compare
Choose a tag to compare
@goldscott goldscott released this 09 Jan 00:39
· 75 commits to master since this release

This is an updated release of Azure RTOS USBX that includes the following changes:

  • Added BOS descriptor support, files modified:

    • ux_api.h
    • ux_system.h
    • ux_device_stack_descriptor_send.c
    • ux_system_initialize.c
  • Fixed host CDC ACM write ZLP issue, files modified:

    • ux_hcd_sim_host_request_bulk_transfer.c
    • ux_host_class_cdc_acm_write.c
  • Fixed USB CV MSC issues, files modified:

    • ux_device_class_storage.h
    • ux_device_class_storage_control_request.c
    • ux_device_class_storage_csw_send.c
    • ux_device_class_storage_inquiry.c
    • ux_device_class_storage_mode_select.c
    • ux_device_class_storage_read.c
    • ux_device_class_storage_request_sense.c
    • ux_device_class_storage_test_ready.c
    • ux_device_class_storage_thread.c
    • ux_device_class_storage_write.c
  • Added HID get/set protocol support, files modified:

    • ux_device_class_hid.h
    • ux_device_class_hid_activate.c
    • ux_device_class_hid_control_request.c
  • Fixed compile warning, file modified:

    • ux_device_class_storage_report_key.c
  • Updated comments, files modified:

    • ux_host_class_storage.h
    • ux_host_class_storage_cbw_initialize.c