1、修改最小stack和入口函数名称
This commit is contained in:
@@ -121,6 +121,12 @@ typedef short SHORT;
|
||||
typedef unsigned short USHORT;
|
||||
#define ULONG64_DEFINED
|
||||
|
||||
/* Error info check */
|
||||
#undef TX_BYTE_POOL_ENABLE_PERFORMANCE_INFO
|
||||
|
||||
/* Code error check */
|
||||
#undef TX_DISABLE_ERROR_CHECKING
|
||||
|
||||
/* Define the priority levels for ThreadX. Legal values range
|
||||
from 32 to 1024 and MUST be evenly divisible by 32. */
|
||||
|
||||
@@ -133,7 +139,7 @@ typedef unsigned short USHORT;
|
||||
thread creation is less than this value, the thread create call will return an error. */
|
||||
|
||||
#ifndef TX_MINIMUM_STACK
|
||||
#define TX_MINIMUM_STACK 200 /* Minimum stack size for this port */
|
||||
#define TX_MINIMUM_STACK 32 /* Minimum stack size for this port */
|
||||
#endif
|
||||
|
||||
|
||||
@@ -141,7 +147,7 @@ typedef unsigned short USHORT;
|
||||
if TX_TIMER_PROCESS_IN_ISR is not defined. */
|
||||
|
||||
#ifndef TX_TIMER_THREAD_STACK_SIZE
|
||||
#define TX_TIMER_THREAD_STACK_SIZE 1024 /* Default timer thread stack size */
|
||||
#define TX_TIMER_THREAD_STACK_SIZE 128 /* Default timer thread stack size */
|
||||
#endif
|
||||
|
||||
#ifndef TX_TIMER_THREAD_PRIORITY
|
||||
|
||||
Reference in New Issue
Block a user