Release 6.1.9
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
del tx.a
|
||||
armasm -g --cpu=cortex-m0 --apcs=interwork tx_initialize_low_level.s
|
||||
armasm -g --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_stack_build.s
|
||||
armasm -g --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_schedule.s
|
||||
armasm -g --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_system_return.s
|
||||
armasm -g --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_context_save.s
|
||||
armasm -g --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_context_restore.s
|
||||
armasm -g --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_interrupt_control.s
|
||||
armasm -g --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_interrupt_disable.s
|
||||
armasm -g --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_interrupt_restore.s
|
||||
armasm -g --cpu=cortex-m0 --apcs=interwork ../src/tx_timer_interrupt.s
|
||||
armasm -g --cpreproc --cpu=cortex-m0 --apcs=interwork tx_initialize_low_level.s
|
||||
armasm -g --cpreproc --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_stack_build.s
|
||||
armasm -g --cpreproc --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_schedule.s
|
||||
armasm -g --cpreproc --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_system_return.s
|
||||
armasm -g --cpreproc --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_context_save.s
|
||||
armasm -g --cpreproc --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_context_restore.s
|
||||
armasm -g --cpreproc --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_interrupt_control.s
|
||||
armasm -g --cpreproc --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_interrupt_disable.s
|
||||
armasm -g --cpreproc --cpu=cortex-m0 --apcs=interwork ../src/tx_thread_interrupt_restore.s
|
||||
armasm -g --cpreproc --cpu=cortex-m0 --apcs=interwork ../src/tx_timer_interrupt.s
|
||||
armcc -c -g --cpu=cortex-m0 -I../inc -I../../../../common/inc ../../../../common/src/tx_block_allocate.c
|
||||
armcc -c -g --cpu=cortex-m0 -I../inc -I../../../../common/inc ../../../../common/src/tx_block_pool_cleanup.c
|
||||
armcc -c -g --cpu=cortex-m0 -I../inc -I../../../../common/inc ../../../../common/src/tx_block_pool_create.c
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
armasm -g --cpu=cortex-m0 --apcs=interwork tx_initialize_low_level.s
|
||||
armasm -g --cpreproc --cpu=cortex-m0 --apcs=interwork tx_initialize_low_level.s
|
||||
armcc -c -g --cpu=cortex-m0 -I../inc -I../../../../common/inc sample_threadx.c
|
||||
armlink -d -o sample_threadx.axf --elf --map --ro-base=0x00000000 --rw-base=0x20000000 --first __tx_vectors --datacompressor=off --inline --info=inline --callgraph --list sample_threadx.map tx_initialize_low_level.o sample_threadx.o tx.a
|
||||
|
||||
|
||||
@@ -321,7 +321,7 @@ unsigned int was_masked;
|
||||
|
||||
#ifdef TX_THREAD_INIT
|
||||
CHAR _tx_version_id[] =
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-M0/AC5 Version 6.1.6 *";
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-M0/AC5 Version 6.1.9 *";
|
||||
#else
|
||||
#ifdef TX_MISRA_ENABLE
|
||||
extern CHAR _tx_version_id[100];
|
||||
|
||||
Reference in New Issue
Block a user