Home
last modified time | relevance | path

Searched refs:file (Results 1 – 13 of 13) sorted by relevance

/USBX-v6.2.1/
DCMakeLists.txt44 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
DREADME.md26 ├── 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
DCONTRIBUTING.md12 * 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/
DCDC_ACM_Template.inf3 ; 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
DCDC_ACM_Template_Win7_64bit.inf2 ; 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/
DCMakeLists.txt13 message(STATUS "Using toolchain file: ${CMAKE_TOOLCHAIN_FILE}.")
32 file(GLOB header_files ${dir}/*.h)
/USBX-v6.2.1/test/cmake/usbx/
Dux_user.h331 void ux_test_assert_hit(char* file, int line);
DCMakeLists.txt13 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/
Dfake.c11 void ux_test_assert_hit(char* file, INT line){}; in ux_test_assert_hit() argument
/USBX-v6.2.1/test/regression/
Dusbx_storage_tests.c84 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 …]
Dux_test.c1807 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/
Dbug_report.md32 …icable, add console logs or other types of debug information like Wireshark capture as `.zip` file.
/USBX-v6.2.1/docs/
Drevision_history.txt240 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.