Searched refs:file (Results 1 – 13 of 13) sorted by relevance
| /USBX-v6.2.1/ |
| D | CMakeLists.txt | 44 message(STATUS "Using default ux_user.h file") 47 message(STATUS "Using custom ux_user.h file from ${UX_USER_FILE}") 56 # Enable a build target that produces a ZIP file of all sources
|
| D | README.md | 26 ├── support # Misc platform configurations file used by USBX 36 > When you see xx-xx-xxxx, 6.x or x.x in function header, this means the file is not officially rel… 127 … using Eclipse ThreadX are defined in the LICENSE.txt file of this repo. Please refer to this file…
|
| D | CONTRIBUTING.md | 12 * FileX - high-performance, FAT-compatible file system that’s fully integrated with ThreadX kernel 62 the Developer Certificate of Origin (DCO). Having an ECA on file associated with
|
| /USBX-v6.2.1/support/windows_host_files/ |
| D | CDC_ACM_Template.inf | 3 ; INF file for Microsoft Azure RTOS simple CDC/ACM class 11 ; - Replace all MYCORP in this inf file 15 ; - Replace all MYDEV000 in this inf file
|
| D | CDC_ACM_Template_Win7_64bit.inf | 2 ; This INF file is for linking a USB device that has a specific VID/PID to Windows serial device dr…
|
| /USBX-v6.2.1/test/cmake/libs/ |
| D | CMakeLists.txt | 13 message(STATUS "Using toolchain file: ${CMAKE_TOOLCHAIN_FILE}.") 32 file(GLOB header_files ${dir}/*.h)
|
| /USBX-v6.2.1/test/cmake/usbx/ |
| D | ux_user.h | 331 void ux_test_assert_hit(char* file, int line);
|
| D | CMakeLists.txt | 13 file(MAKE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/libs) 56 message(STATUS "Using toolchain file: ${CMAKE_TOOLCHAIN_FILE}.") 398 # Only some stack file linked with STANDALONE 399 # No file list change for now 427 # Use generic port file for generic build.
|
| /USBX-v6.2.1/test/cmake/usbx/samples/ |
| D | fake.c | 11 void ux_test_assert_hit(char* file, INT line){}; in ux_test_assert_hit() argument
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_storage_tests.c | 84 static UINT ux_test_storage_file_co(FX_MEDIA *media, FX_FILE *file,… 85 static UINT ux_test_storage_file_cow(FX_MEDIA *media, FX_FILE *file… 86 static void ux_test_storage_file_cd(FX_MEDIA *media, FX_FILE *file); 87 … ux_test_storage_file_cowcd(FX_MEDIA *media, FX_FILE *file, UCHAR *data_pointe… 2123 static void basic_read_write_test(FX_FILE *file) in basic_read_write_test() argument 2140 status = fx_file_seek(file, 0); in basic_read_write_test() 2155 status = fx_file_write(file, global_buffer, UX_DEMO_FILE_BUFFER_SIZE); in basic_read_write_test() 2179 status = fx_file_seek(file, 0); in basic_read_write_test() 2197 status = fx_file_read(file, global_buffer, UX_DEMO_FILE_BUFFER_SIZE, &bytes_read); in basic_read_write_test() 2241 static void basic_test_pre_existing_file(UINT iterations, char *message, FX_FILE *file) in basic_test_pre_existing_file() argument [all …]
|
| D | ux_test.c | 1807 void ux_test_assert_hit(char* file, INT line) in ux_test_assert_hit() argument 1811 printf("%s:%d Assert HIT!\n", file, line); in ux_test_assert_hit()
|
| /USBX-v6.2.1/.github/ISSUE_TEMPLATE/ |
| D | bug_report.md | 32 …icable, add console logs or other types of debug information like Wireshark capture as `.zip` file.
|
| /USBX-v6.2.1/docs/ |
| D | revision_history.txt | 240 ux_host_class_cdc_ecm_mac_address_get.c Added file to retrieve ECM mac address. 303 ux_dcd_rz_transfer_abort.c Added new DCD file to abort transfer. 340 modified custom file for imx6ul for TT. 342 ux_hcd_ehci_power_root_hubs.c New custom file for imx6ul to 964 This file is added to support milliseconds wait: 2321 … Added support for Coldfire MCF5445x with a special initialize file in the usbx\usbx_cu… 2629 ux_user.h Added user conditional define file.
|