Home
last modified time | relevance | path

Searched refs:new (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/.github/ISSUE_TEMPLATE/
Dhardware-or-architecture-support.md3 about: Suggest adding hardware or new architecture support.
16 If this is a new board or SoC, please state whether you are willing to maintain the Azure RTOS supp…
/USBX-v6.2.1/
DSECURITY.md14 * [Report a Vulnerability](https://github.com/eclipse-threadx/usbx/security/advisories/new)
DREADME.md34 The master branch has the most recent code with all new features and bug fixes. It does not represe…
137 …stions](https://stackoverflow.com/questions/tagged/azure-rtos+usbx) or ask new ones on StackOverfl…
/USBX-v6.2.1/test/regression/
Dux_test.c31 VOID _ux_test_main_action_list_thread_update(TX_THREAD *old, TX_THREAD *new) in _ux_test_main_action_list_thread_update() argument
34 if (old != new) in _ux_test_main_action_list_thread_update()
39 list->thread_ptr == new; in _ux_test_main_action_list_thread_update()
45 VOID _ux_test_main_action_list_semaphore_update(TX_SEMAPHORE *old, TX_SEMAPHORE *new) in _ux_test_main_action_list_semaphore_update() argument
48 if (old != new) in _ux_test_main_action_list_semaphore_update()
53 list->semaphore_ptr == new; in _ux_test_main_action_list_semaphore_update()
59 VOID _ux_test_main_action_list_mutex_update(TX_MUTEX *old, TX_MUTEX *new) in _ux_test_main_action_list_mutex_update() argument
62 if (old != new) in _ux_test_main_action_list_mutex_update()
67 list->mutex_ptr == new; in _ux_test_main_action_list_mutex_update()
Dux_test.h460 VOID _ux_test_main_action_list_thread_update(TX_THREAD *old, TX_THREAD *new);
461 VOID _ux_test_main_action_list_semaphore_update(TX_SEMAPHORE *old, TX_SEMAPHORE *new);
462 VOID _ux_test_main_action_list_mutex_update(TX_MUTEX *old, TX_MUTEX *new);
/USBX-v6.2.1/docs/
Drevision_history.txt20 added new error code for CDC-ECM,
22 … added new error code for general malformed packets,
35 added symbols for new HID key mode,
94 … increased number of devices if new device container is found,
111 …ux_device_class_cdc_acm_ioctl.c Added new IOCTLs, for LineState and non-blocking r…
246 … added new mode to queue key changes only,
303 ux_dcd_rz_transfer_abort.c Added new DCD file to abort transfer.
1044 …ux_api.h Added support for new classes, new prototypes, err…
1048 Added new trace events.
1533 … ux_api.h Added SCHAR default type, and added new constants,
[all …]