mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 04:24:48 +00:00
Update release date and version (#338)
* Update version number in API header * Update release date and version
This commit is contained in:
@@ -321,7 +321,7 @@ void tx_thread_vfp_disable(void);
|
||||
|
||||
#ifdef TX_THREAD_INIT
|
||||
CHAR _tx_version_id[] =
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.3.0 *";
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.4.0 *";
|
||||
#else
|
||||
extern CHAR _tx_version_id[];
|
||||
#endif
|
||||
|
||||
@@ -52,7 +52,7 @@ IRQ_MODE = 0x12 // IRQ mode
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_thread_context_restore ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -93,9 +93,9 @@ IRQ_MODE = 0x12 // IRQ mode
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
.global _tx_thread_context_restore
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_thread_context_save ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -85,9 +85,9 @@
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
.global _tx_thread_context_save
|
||||
|
||||
@@ -45,7 +45,7 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_thread_fiq_nesting_end ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -90,9 +90,9 @@ FIQ_MODE_BITS = 0x11 // FIQ mode bits
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
#if defined(THUMB_MODE)
|
||||
|
||||
@@ -41,7 +41,7 @@ SYS_MODE_BITS = 0x1F // System mode bits
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_thread_fiq_nesting_start ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -83,9 +83,9 @@ SYS_MODE_BITS = 0x1F // System mode bits
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
#if defined(THUMB_MODE)
|
||||
|
||||
@@ -43,7 +43,7 @@ FIQ_MASK = 0x040
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_thread_interrupt_control ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -79,9 +79,9 @@ FIQ_MASK = 0x040
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
#if defined(THUMB_MODE)
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_thread_interrupt_disable ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -72,9 +72,9 @@
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
#if defined(THUMB_MODE)
|
||||
|
||||
@@ -42,7 +42,7 @@ FIQ_MASK = 0x040
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_thread_interrupt_restore ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -78,9 +78,9 @@ FIQ_MASK = 0x040
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
#if defined(THUMB_MODE)
|
||||
|
||||
@@ -45,7 +45,7 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_thread_irq_nesting_end ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -90,9 +90,9 @@ IRQ_MODE_BITS = 0x12 // IRQ mode bits
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
#if defined(THUMB_MODE)
|
||||
|
||||
@@ -41,7 +41,7 @@ SYS_MODE_BITS = 0x1F // System mode bits
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_thread_irq_nesting_start ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -83,9 +83,9 @@ SYS_MODE_BITS = 0x1F // System mode bits
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
#if defined(THUMB_MODE)
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_thread_schedule ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -87,9 +87,9 @@
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
#if defined(THUMB_MODE)
|
||||
|
||||
@@ -47,7 +47,7 @@ CPSR_MASK = 0xBF // Mask initial CPSR, T, IRQ int
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_thread_stack_build ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -85,9 +85,9 @@ CPSR_MASK = 0xBF // Mask initial CPSR, T, IRQ int
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
#if defined(THUMB_MODE)
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_thread_system_return ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -82,9 +82,9 @@
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
#if defined(THUMB_MODE)
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
/* FUNCTION RELEASE */
|
||||
/* */
|
||||
/* _tx_timer_interrupt ARMv7-A */
|
||||
/* 6.x */
|
||||
/* 6.4.0 */
|
||||
/* AUTHOR */
|
||||
/* */
|
||||
/* William E. Lamie, Microsoft Corporation */
|
||||
@@ -88,9 +88,9 @@
|
||||
/* 10-31-2023 Tiejun Zhou Modified comment(s), added */
|
||||
/* #include tx_user.h, */
|
||||
/* resulting in version 6.3.0 */
|
||||
/* xx-xx-xxxx Yajun Xia Modified comment(s), */
|
||||
/* 12-31-2023 Yajun Xia Modified comment(s), */
|
||||
/* Added thumb mode support, */
|
||||
/* resulting in version 6.x */
|
||||
/* resulting in version 6.4.0 */
|
||||
/* */
|
||||
/**************************************************************************/
|
||||
#if defined(THUMB_MODE)
|
||||
|
||||
Reference in New Issue
Block a user