diff options
| author | Yuxin Zhou <[email protected]> | 2021-02-02 00:52:59 +0000 |
|---|---|---|
| committer | Yuxin Zhou <[email protected]> | 2021-02-02 00:52:59 +0000 |
| commit | 5d2acef877e3a9215ef495bf350fbceb06349bb5 (patch) | |
| tree | f68e6c13b1503f87be8f346bb97a715d8dc3a723 /common/core/inc/ux_user_sample.h | |
| parent | 9823f3857d7eb54c8416d9eab316aab0257130f9 (diff) | |
Release 6.1.4v6.1.4_rel
Diffstat (limited to 'common/core/inc/ux_user_sample.h')
| -rw-r--r-- | common/core/inc/ux_user_sample.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/common/core/inc/ux_user_sample.h b/common/core/inc/ux_user_sample.h index 7f046fb..ea139cf 100644 --- a/common/core/inc/ux_user_sample.h +++ b/common/core/inc/ux_user_sample.h @@ -26,7 +26,7 @@ /* PORT SPECIFIC C INFORMATION RELEASE */ /* */ /* ux_user.h PORTABLE C */ -/* 6.1 */ +/* 6.1.4 */ /* */ /* AUTHOR */ /* */ @@ -47,6 +47,10 @@ /* 05-19-2020 Chaoqiong Xiao Initial Version 6.0 */ /* 09-30-2020 Chaoqiong Xiao Modified comment(s), */ /* resulting in version 6.1 */ +/* 02-02-2021 Xiuwen Cai Modified comment(s), added */ +/* compile option for using */ +/* packet pool from NetX, */ +/* resulting in version 6.1.4 */ /* */ /**************************************************************************/ @@ -260,6 +264,17 @@ /* #define UX_HOST_CLASS_CDC_ECM_PACKET_POOL_WAIT 10 */ /* Defined, this value represents the number of milliseconds to wait for packet + pool availability checking loop. + The default is 100 milliseconds. +*/ + +/* #define UX_HOST_CLASS_CDC_ECM_PACKET_POOL_INSTANCE_WAIT 10 */ + +/* Defined, this enables CDC ECM class to use the packet pool from NetX instance. */ + +/* #define UX_HOST_CLASS_CDC_ECM_USE_PACKET_POOL_FROM_NETX */ + +/* Defined, this value represents the number of milliseconds to wait for packet allocation until invoking the application's error callback and retrying. */ |
