diff options
| author | TiejunZhou <[email protected]> | 2023-12-28 10:51:29 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-28 10:51:29 +0800 |
| commit | d9ffb0f97dcc97c5dec5675439ea65f3f87b466b (patch) | |
| tree | a3cae81f6acfae7e36ea51acf93fb1fe81de68c8 /ports_module/cortex_r4/iar/inc | |
| parent | e73843f6d4ec7d17cb91c6391405f94e7672f4e8 (diff) | |
Update release date and version (#338)
* Update version number in API header
* Update release date and version
Diffstat (limited to 'ports_module/cortex_r4/iar/inc')
| -rw-r--r-- | ports_module/cortex_r4/iar/inc/tx_port.h | 2 | ||||
| -rw-r--r-- | ports_module/cortex_r4/iar/inc/txm_module_port.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports_module/cortex_r4/iar/inc/tx_port.h b/ports_module/cortex_r4/iar/inc/tx_port.h index 7affae24..84d0ee23 100644 --- a/ports_module/cortex_r4/iar/inc/tx_port.h +++ b/ports_module/cortex_r4/iar/inc/tx_port.h @@ -395,7 +395,7 @@ void tx_thread_vfp_disable(void); #ifdef TX_THREAD_INIT CHAR _tx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-R4/IAR Version 6.3.0 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-R4/IAR Version 6.4.0 *"; #else #ifdef TX_MISRA_ENABLE extern CHAR _tx_version_id[100]; diff --git a/ports_module/cortex_r4/iar/inc/txm_module_port.h b/ports_module/cortex_r4/iar/inc/txm_module_port.h index cf9e2a6d..c05ba62f 100644 --- a/ports_module/cortex_r4/iar/inc/txm_module_port.h +++ b/ports_module/cortex_r4/iar/inc/txm_module_port.h @@ -341,7 +341,7 @@ UINT _txm_module_manager_inside_data_check(TXM_MODULE_INSTANCE *module_instance #define TXM_MODULE_MANAGER_VERSION_ID \ CHAR _txm_module_manager_version_id[] = \ - "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-R4/MPU/IAR Version 6.3.0 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-R4/MPU/IAR Version 6.4.0 *"; #endif |
