Release 6.1.10

This commit is contained in:
Yuxin Zhou
2022-01-29 00:24:03 +00:00
parent b216ceb25e
commit f7f0957188
3111 changed files with 495735 additions and 40800 deletions

View File

@@ -82,7 +82,7 @@ CHAR *pointer = TX_NULL;
tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT);
/* Create the main thread. */
tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0,
tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0,
pointer, DEMO_STACK_SIZE,
1, 1, TX_NO_TIME_SLICE, TX_AUTO_START);

View File

@@ -39,7 +39,7 @@ _tx_first_free_address:
;/* FUNCTION RELEASE */
;/* */
;/* _tx_initialize_low_level ARC_HS/MetaWare */
;/* 6.1.9 */
;/* 6.1.10 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -76,6 +76,11 @@ _tx_first_free_address:
;/* 10-15-2021 Andres Mlinar Modified comment(s), optimized*/
;/* system stack usage, */
;/* resulting in version 6.1.9 */
;/* 01-31-2022 Andres Mlinar Modified comments(s), */
;/* initialize interrupts right */
;/* before enabling the task */
;/* scheduler, */
;/* resulting in version 6.1.10 */
;/* */
;/**************************************************************************/
;VOID _tx_initialize_low_level(VOID)
@@ -101,6 +106,18 @@ _tx_initialize_low_level:
;
st r0, [gp, _tx_initialize_unused_memory@sda]
;
; /* Done, return to caller. */
;
j_s.d [blink] ; Return to caller
nop
;}
;
;VOID _tx_initialize_start_interrupts(VOID)
;{
.align 4
.global _tx_initialize_start_interrupts
.type _tx_initialize_start_interrupts, @function
_tx_initialize_start_interrupts:
;
; /* Setup Timer 0 for periodic interrupts at interrupt vector 16. */
;