summaryrefslogtreecommitdiff
path: root/ports/cortex_m85/gnu/src
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cortex_m85/gnu/src')
-rw-r--r--ports/cortex_m85/gnu/src/tx_initialize_low_level.S6
-rw-r--r--ports/cortex_m85/gnu/src/tx_thread_context_restore.S6
-rw-r--r--ports/cortex_m85/gnu/src/tx_thread_context_save.S6
-rw-r--r--ports/cortex_m85/gnu/src/tx_thread_interrupt_control.S6
-rw-r--r--ports/cortex_m85/gnu/src/tx_thread_interrupt_disable.S6
-rw-r--r--ports/cortex_m85/gnu/src/tx_thread_interrupt_restore.S6
-rw-r--r--ports/cortex_m85/gnu/src/tx_thread_schedule.S6
-rw-r--r--ports/cortex_m85/gnu/src/tx_thread_secure_stack_allocate.S6
-rw-r--r--ports/cortex_m85/gnu/src/tx_thread_secure_stack_free.S6
-rw-r--r--ports/cortex_m85/gnu/src/tx_thread_secure_stack_initialize.S6
-rw-r--r--ports/cortex_m85/gnu/src/tx_thread_stack_build.S6
-rw-r--r--ports/cortex_m85/gnu/src/tx_thread_system_return.S6
-rw-r--r--ports/cortex_m85/gnu/src/tx_timer_interrupt.S6
13 files changed, 39 insertions, 39 deletions
diff --git a/ports/cortex_m85/gnu/src/tx_initialize_low_level.S b/ports/cortex_m85/gnu/src/tx_initialize_low_level.S
index 518e25e9..b115ed57 100644
--- a/ports/cortex_m85/gnu/src/tx_initialize_low_level.S
+++ b/ports/cortex_m85/gnu/src/tx_initialize_low_level.S
@@ -35,7 +35,7 @@ HEAP_SIZE = 0x00000000
/* FUNCTION RELEASE */
/* */
/* _tx_initialize_low_level Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -71,8 +71,8 @@ HEAP_SIZE = 0x00000000
/* 09-30-2020 Scott Larson Initial Version 6.1 */
/* 01-31-2022 Scott Larson Fixed predefined macro name, */
/* resulting in version 6.1.10 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// VOID _tx_initialize_low_level(VOID)
diff --git a/ports/cortex_m85/gnu/src/tx_thread_context_restore.S b/ports/cortex_m85/gnu/src/tx_thread_context_restore.S
index b49c7520..94e2ea62 100644
--- a/ports/cortex_m85/gnu/src/tx_thread_context_restore.S
+++ b/ports/cortex_m85/gnu/src/tx_thread_context_restore.S
@@ -30,7 +30,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_context_restore Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -60,8 +60,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 09-30-2020 Scott Larson Initial Version 6.1 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// VOID _tx_thread_context_restore(VOID)
diff --git a/ports/cortex_m85/gnu/src/tx_thread_context_save.S b/ports/cortex_m85/gnu/src/tx_thread_context_save.S
index e045cf8f..2d2b9d13 100644
--- a/ports/cortex_m85/gnu/src/tx_thread_context_save.S
+++ b/ports/cortex_m85/gnu/src/tx_thread_context_save.S
@@ -30,7 +30,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_context_save Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -60,8 +60,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 09-30-2020 Scott Larson Initial Version 6.1 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// VOID _tx_thread_context_save(VOID)
diff --git a/ports/cortex_m85/gnu/src/tx_thread_interrupt_control.S b/ports/cortex_m85/gnu/src/tx_thread_interrupt_control.S
index 582461ef..3cf69ccc 100644
--- a/ports/cortex_m85/gnu/src/tx_thread_interrupt_control.S
+++ b/ports/cortex_m85/gnu/src/tx_thread_interrupt_control.S
@@ -27,7 +27,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_interrupt_control Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -58,8 +58,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 09-30-2020 Scott Larson Initial Version 6.1 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// UINT _tx_thread_interrupt_control(UINT new_posture)
diff --git a/ports/cortex_m85/gnu/src/tx_thread_interrupt_disable.S b/ports/cortex_m85/gnu/src/tx_thread_interrupt_disable.S
index 0e9a15e1..7e3f263d 100644
--- a/ports/cortex_m85/gnu/src/tx_thread_interrupt_disable.S
+++ b/ports/cortex_m85/gnu/src/tx_thread_interrupt_disable.S
@@ -27,7 +27,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_interrupt_disable Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -58,8 +58,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 09-30-2020 Scott Larson Initial Version 6.1 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// UINT _tx_thread_interrupt_disable(VOID)
diff --git a/ports/cortex_m85/gnu/src/tx_thread_interrupt_restore.S b/ports/cortex_m85/gnu/src/tx_thread_interrupt_restore.S
index aa656006..ef51653a 100644
--- a/ports/cortex_m85/gnu/src/tx_thread_interrupt_restore.S
+++ b/ports/cortex_m85/gnu/src/tx_thread_interrupt_restore.S
@@ -27,7 +27,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_interrupt_restore Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -58,8 +58,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 09-30-2020 Scott Larson Initial Version 6.1 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// VOID _tx_thread_interrupt_restore(UINT previous_posture)
diff --git a/ports/cortex_m85/gnu/src/tx_thread_schedule.S b/ports/cortex_m85/gnu/src/tx_thread_schedule.S
index 0a6fa4c7..17c2f3c7 100644
--- a/ports/cortex_m85/gnu/src/tx_thread_schedule.S
+++ b/ports/cortex_m85/gnu/src/tx_thread_schedule.S
@@ -27,7 +27,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_schedule Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -70,8 +70,8 @@
/* resulting in version 6.1.10 */
/* 04-25-2022 Scott Larson Added BASEPRI support, */
/* resulting in version 6.1.11 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// VOID _tx_thread_schedule(VOID)
diff --git a/ports/cortex_m85/gnu/src/tx_thread_secure_stack_allocate.S b/ports/cortex_m85/gnu/src/tx_thread_secure_stack_allocate.S
index d68a37bb..8d9906c8 100644
--- a/ports/cortex_m85/gnu/src/tx_thread_secure_stack_allocate.S
+++ b/ports/cortex_m85/gnu/src/tx_thread_secure_stack_allocate.S
@@ -27,7 +27,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_secure_stack_allocate Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -59,8 +59,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 09-30-2020 Scott Larson Initial Version 6.1 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// UINT _tx_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size)
diff --git a/ports/cortex_m85/gnu/src/tx_thread_secure_stack_free.S b/ports/cortex_m85/gnu/src/tx_thread_secure_stack_free.S
index 57a6d831..5f678dca 100644
--- a/ports/cortex_m85/gnu/src/tx_thread_secure_stack_free.S
+++ b/ports/cortex_m85/gnu/src/tx_thread_secure_stack_free.S
@@ -27,7 +27,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_secure_stack_free Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -57,8 +57,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 09-30-2020 Scott Larson Initial Version 6.1 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// UINT _tx_thread_secure_stack_free(TX_THREAD *thread_ptr)
diff --git a/ports/cortex_m85/gnu/src/tx_thread_secure_stack_initialize.S b/ports/cortex_m85/gnu/src/tx_thread_secure_stack_initialize.S
index aaba96f6..a7cb87b8 100644
--- a/ports/cortex_m85/gnu/src/tx_thread_secure_stack_initialize.S
+++ b/ports/cortex_m85/gnu/src/tx_thread_secure_stack_initialize.S
@@ -27,7 +27,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_secure_stack_initialize Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -61,8 +61,8 @@
/* secure stack initialization */
/* macro to port-specific, */
/* resulting in version 6.1.12 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// VOID _tx_thread_secure_stack_initialize(VOID)
diff --git a/ports/cortex_m85/gnu/src/tx_thread_stack_build.S b/ports/cortex_m85/gnu/src/tx_thread_stack_build.S
index 43cb65e5..67c46b75 100644
--- a/ports/cortex_m85/gnu/src/tx_thread_stack_build.S
+++ b/ports/cortex_m85/gnu/src/tx_thread_stack_build.S
@@ -27,7 +27,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_stack_build Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -60,8 +60,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 09-30-2020 Scott Larson Initial Version 6.1 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// VOID _tx_thread_stack_build(TX_THREAD *thread_ptr, VOID (*function_ptr)(VOID))
diff --git a/ports/cortex_m85/gnu/src/tx_thread_system_return.S b/ports/cortex_m85/gnu/src/tx_thread_system_return.S
index a9f997c0..309def64 100644
--- a/ports/cortex_m85/gnu/src/tx_thread_system_return.S
+++ b/ports/cortex_m85/gnu/src/tx_thread_system_return.S
@@ -27,7 +27,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_thread_system_return Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -60,8 +60,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 09-30-2020 Scott Larson Initial Version 6.1 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// VOID _tx_thread_system_return(VOID)
diff --git a/ports/cortex_m85/gnu/src/tx_timer_interrupt.S b/ports/cortex_m85/gnu/src/tx_timer_interrupt.S
index ec311400..f5e8aaea 100644
--- a/ports/cortex_m85/gnu/src/tx_timer_interrupt.S
+++ b/ports/cortex_m85/gnu/src/tx_timer_interrupt.S
@@ -27,7 +27,7 @@
/* FUNCTION RELEASE */
/* */
/* _tx_timer_interrupt Cortex-M85/GNU */
-/* 6.x */
+/* 6.2.1 */
/* AUTHOR */
/* */
/* Scott Larson, Microsoft Corporation */
@@ -61,8 +61,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 09-30-2020 Scott Larson Initial Version 6.1 */
-/* xx-xx-xxxx Scott Larson Include tx_user.h, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Include tx_user.h, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
// VOID _tx_timer_interrupt(VOID)