Zweite Task angelegt um per Message den Task zu triggern

This commit is contained in:
2024-04-21 12:35:25 +02:00
parent 3231565b55
commit 92efd9a290
7 changed files with 36 additions and 11 deletions

View File

@@ -130,9 +130,7 @@
Define this to save space in the thread control block.
*/
/*
#define TX_NO_FILEX_POINTER
*/
/* Determine if timer expirations (application timers, timeouts, and tx_thread_sleep calls
should be processed within the a system timer thread or directly in the timer ISR.
@@ -167,9 +165,7 @@
define is negated, thereby forcing the stack fill which is necessary for the stack checking
logic. */
/*
#define TX_ENABLE_STACK_CHECKING
*/
/* Determine if random number is used for stack filling. By default, ThreadX uses a fixed
pattern for stack filling. When the following is defined, ThreadX uses a random number