Skip to content

Azure RTOS 6.1.7

Compare
Choose a tag to compare
@yuxin-azrtos yuxin-azrtos released this 07 Jun 05:12
· 62 commits to master since this release
  • common/core

    • [Fix] inc/ux_api.h: Changed transfer timeout value, added user configurable option, updated product constants.
    • [Fix] inc/ux_user_sample.h: Changed transfer timeout value, added user configurable option, updated product constants.
    • [Fix] src/ux_host_stack_device_string_get.c: Removed unnecessary header.
    • [Fix] src/ux_host_stack_class_device_scan.c: Removed duplicated statement.
    • [Fix] src/ux_dcd_sim_slave_endpoint_reset.c: Cleared transfer flag and waked up suspended thread in DCD SIM EP reset.
    • [Fix] Fixed build issues:
      • src/ux_host_stack_device_configuration_activate.c
      • src/ux_host_stack_device_configuration_deactivate.c
      • src/ux_host_stack_endpoint_instance_create.c
      • src/ux_host_stack_endpoint_instance_delete.c
      • src/ux_host_stack_transfer_request_abort.c
  • common/usbx_device_classes

    • [Fix] src/ux_device_class_storage_thread.c: Fixed a sequence to get interface and endpoints from configured device.