diff options
| author | Scott Larson <[email protected]> | 2022-12-16 08:16:32 +0000 |
|---|---|---|
| committer | Scott Larson <[email protected]> | 2022-12-16 08:16:32 +0000 |
| commit | 4e62226eeaf870827facbeef40bd1767db5cf9f0 (patch) | |
| tree | bdd7b3bd4fa13b00529d00c240e949ba9c8d537f /ports/cortex_m23/ac6/example_build | |
| parent | b42c5acd8b9b1eb156c25e0b18c82beecfc033a1 (diff) | |
Update on 16 Dec 2022. Expand to see details.
b5d5df511 #include tx_user.h in assembly files for cortex-m ports
33e04e3d5 initial port of MIPS SMP for GHS and GNU
2eda2c17d capitalize extensions for M23 asm files
21c354ccb Fix armv7-m MPU settings for corner case, unify txm_module_port.h files
4a1ff93f9 remove uneeded include for ac6
c823e91ff update riscv iar example for latest iar tools
5559d185d check module stack for overlap (not kernel stack)
efa9ce7b7 apply patch from mobileye to fix time slice processing
75fdcb722 Updated copy_armv7_cm.yml
de04b9904 initialize unused MPU settings so that aliasing will work
79b317b60 add config directory to IAR RISC-V port in order to use simulator
Diffstat (limited to 'ports/cortex_m23/ac6/example_build')
| -rw-r--r-- | ports/cortex_m23/ac6/example_build/tx_initialize_low_level.S | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports/cortex_m23/ac6/example_build/tx_initialize_low_level.S b/ports/cortex_m23/ac6/example_build/tx_initialize_low_level.S index 2ef87233..333710d4 100644 --- a/ports/cortex_m23/ac6/example_build/tx_initialize_low_level.S +++ b/ports/cortex_m23/ac6/example_build/tx_initialize_low_level.S @@ -20,6 +20,7 @@ /**************************************************************************/ /**************************************************************************/ +#include "tx_user.h" SYSTEM_CLOCK = 6000000 SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1) @@ -34,7 +35,7 @@ HEAP_SIZE = 0x00000000 /* FUNCTION RELEASE */ /* */ /* _tx_initialize_low_level Cortex-M23/AC6 */ -/* 6.1 */ +/* 6.x */ /* AUTHOR */ /* */ /* Scott Larson, Microsoft Corporation */ @@ -68,6 +69,8 @@ HEAP_SIZE = 0x00000000 /* 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 */ /* */ /**************************************************************************/ // VOID _tx_initialize_low_level(VOID) |
