diff options
Diffstat (limited to 'ports/cortex_m23/gnu')
| -rw-r--r-- | ports/cortex_m23/gnu/inc/tx_port.h | 10 | ||||
| -rw-r--r-- | ports/cortex_m23/gnu/readme_threadx.txt | 3 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/cortex_m23/gnu/inc/tx_port.h b/ports/cortex_m23/gnu/inc/tx_port.h index bb9c05a9..47850b84 100644 --- a/ports/cortex_m23/gnu/inc/tx_port.h +++ b/ports/cortex_m23/gnu/inc/tx_port.h @@ -47,11 +47,12 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 09-30-2020 Scott Larson Initial Version 6.1 */ -/* 12-31-2020 Scott Larson Modified comment(s), */ +/* 09-30-2020 Scott Larson Initial Version 6.1 */ +/* 03-02-2021 Scott Larson Modified comment(s), */ /* remove unneeded headers, */ -/* use builtins, */ -/* resulting in version 6.1.3 */ +/* use builtins, added */ +/* ULONG64_DEFINED, */ +/* resulting in version 6.1.5 */ /* */ /**************************************************************************/ @@ -84,6 +85,7 @@ typedef unsigned long ULONG; typedef unsigned long long ULONG64; typedef short SHORT; typedef unsigned short USHORT; +#define ULONG64_DEFINED /* Function prototypes for this port. */ struct TX_THREAD_STRUCT; diff --git a/ports/cortex_m23/gnu/readme_threadx.txt b/ports/cortex_m23/gnu/readme_threadx.txt index e5dacfec..357990cb 100644 --- a/ports/cortex_m23/gnu/readme_threadx.txt +++ b/ports/cortex_m23/gnu/readme_threadx.txt @@ -6,7 +6,8 @@ 1. Building the ThreadX run-time Library An example .bat file is in the example_build directory. - +Files tx_thread_stack_error_handler.c and tx_thread_stack_error_notify.c +replace the common files of the same name. 2. Demonstration System |
