| /USBX-v6.2.1/ |
| D | .gitattributes | 5 [attr]our-c-style whitespace=tab-in-indent eol=lf format.clang-format-6.0 9 [attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format-6.0 16 *.sh.in eol=lf 19 *.bat.in eol=crlf 26 *.png.in -text 39 *.cmake whitespace=tab-in-indent 40 *.rst whitespace=tab-in-indent conflict-marker-size=79 41 *.txt whitespace=tab-in-indent
|
| D | README.md | 36 …u see xx-xx-xxxx, 6.x or x.x in function header, this means the file is not officially released ye… 53 /* pointer for use in ISR processing later, and finding the first */ 78 /* resulting in version 6.x */ 85 … of Eclipse ThreadX are each provided in their own repository, but there are dependencies between … 93 …follow its own instructions to use Eclipse ThreadX components as explained in the [Getting Started… 109 1. Define the features and addons you need in `ux_user.h` and build together with the component sou… 113 …vice app code is as simple as adding a git submodule and then including it in your build using the… 127 License terms for using Eclipse ThreadX are defined in the LICENSE.txt file of this repo. Please re… 145 Please follow the instructions provided in the [CONTRIBUTING.md](./CONTRIBUTING.md) for the corresp…
|
| D | LICENSE.txt | 7 in the Software without restriction, including without limitation the rights 12 The above copyright notice and this permission notice shall be included in all
|
| D | SECURITY.md | 11 If you think you have found a vulnerability in <project> you can report it using one of the followi…
|
| D | CONTRIBUTING.md | 3 Thanks for your interest in this project. 61 that each of your contributions will comply with the commitments documented in
|
| /USBX-v6.2.1/support/windows_host_files/ |
| D | CDC_ACM_Template.inf | 5 ; 1) Replace VID/PID to your own in [MYCORP] section 11 ; - Replace all MYCORP in this inf file 15 ; - Replace all MYDEV000 in this inf file 17 ; 4) Edit the strings in [Strings] section
|
| D | CDC_ACM_Template_Win7_64bit.inf | 36 ; Change the VID/PID in the following strings 'USB\VID_xxxx&PID_yyyyy&MI_00' to match your USB devi…
|
| D | RNDIS_Template.inf | 66 ; no copyfiles - the files are already in place
|
| /USBX-v6.2.1/docs/ |
| D | revision_history.txt | 11 … for individual threads in the enum and hcd thread, 13 … added computation of lowest thread priority in system 26 … changed name buffer in structs to use max class name length symbol. 66 … limited descriptors search in current configuration, 79 … ux_device_stack_interface_start.c Fixed issue in case class driver not registered, 98 … improved device resources management in fail retry case. 100 … thread, saved pending thread in transfer request structure. 133 wakes up bulk in thread to clean up 147 … length can fit in control transfer buffer, 152 … added check if packet length in RNDIS header is correct, [all …]
|
| /USBX-v6.2.1/cmake/ |
| D | utilities.cmake | 3 # Store the current list in a temp
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_storage_device_support_check.c | 33 #error Only Mass Storage BulkOnly (BO) is supported in standalone mode right now.
|
| D | ux_host_class_storage_driver_entry.c | 40 #error fx_api.h should not be included in this mode
|
| D | ux_host_class_storage_transport_run.c | 36 #error Storage legacy protocols not supported in standlone mode
|
| /USBX-v6.2.1/.github/ISSUE_TEMPLATE/ |
| D | hardware-or-architecture-support.md | 11 Describe in details the hardware support being requested and why this support benefits Azure RTOS.
|
| D | bug_report.md | 22 1. Build my project in IAR Workbench.
|
| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_class_device_scan.c | 34 #error When device driver scan is enabled at least one of scan method must be enabled in (VIDPID, D…
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_device_class_ccid_busy_abort_tests.c | 552 static UINT _ccid_message_bulk_out_in(UCHAR *out, ULONG out_length, UCHAR *in, ULONG *in_length) in _ccid_message_bulk_out_in() argument 567 if (in) in _ccid_message_bulk_out_in() 572 …status = _ux_host_class_dummy_transfer(host_ccid, UX_DEMO_BULK_IN_EP, 0, in, payload_size, &actual… in _ccid_message_bulk_out_in() 580 if (((in[7] >> 6) & 0x3u) == 0x2) in _ccid_message_bulk_out_in() 593 total_length = UX_DEVICE_CLASS_CCID_MESSAGE_LENGTH_GET(in); in _ccid_message_bulk_out_in() 596 in += payload_size; in _ccid_message_bulk_out_in() 600 …status = _ux_host_class_dummy_transfer(host_ccid, UX_DEMO_BULK_IN_EP, 0, in, total_length, &actual… in _ccid_message_bulk_out_in() 612 static UINT _ccid_message_interrupt_in(UCHAR *in, ULONG *in_length) in _ccid_message_interrupt_in() argument 616 …status = _ux_host_class_dummy_transfer(host_ccid, UX_DEMO_INTERRUPT_IN_EP, 0, in, payload_size, in… in _ccid_message_interrupt_in()
|
| D | usbx_device_class_ccid_basic_tests.c | 710 static UINT _ccid_message_bulk_out_in(UCHAR *out, ULONG out_length, UCHAR *in, ULONG *in_length) in _ccid_message_bulk_out_in() argument 725 if (in) in _ccid_message_bulk_out_in() 730 …status = _ux_host_class_dummy_transfer(host_ccid, UX_DEMO_BULK_IN_EP, 0, in, payload_size, &actual… in _ccid_message_bulk_out_in() 738 if (((in[7] >> 6) & 0x3u) == 0x2) in _ccid_message_bulk_out_in() 751 total_length = UX_DEVICE_CLASS_CCID_MESSAGE_LENGTH_GET(in); in _ccid_message_bulk_out_in() 754 in += payload_size; in _ccid_message_bulk_out_in() 758 …status = _ux_host_class_dummy_transfer(host_ccid, UX_DEMO_BULK_IN_EP, 0, in, total_length, &actual… in _ccid_message_bulk_out_in() 770 static UINT _ccid_message_interrupt_in(UCHAR *in, ULONG *in_length) in _ccid_message_interrupt_in() argument 774 …status = _ux_host_class_dummy_transfer(host_ccid, UX_DEMO_INTERRUPT_IN_EP, 0, in, payload_size, in… in _ccid_message_interrupt_in()
|