1、修改最小stack和入口函数名称
This commit is contained in:
@@ -1471,7 +1471,7 @@ UINT _tx_el_interrupt_control(UINT new_posture);
|
||||
|
||||
/* Declare the tx_application_define function as having C linkage. */
|
||||
|
||||
VOID tx_application_define(VOID *first_unused_memory);
|
||||
VOID ThreadXTaskInit(VOID *first_unused_memory);
|
||||
|
||||
|
||||
/* Define the function prototypes of the ThreadX API. */
|
||||
|
||||
@@ -141,7 +141,7 @@ VOID _tx_initialize_kernel_enter(VOID)
|
||||
|
||||
/* Call the application provided initialization function. Pass the
|
||||
first available memory address to it. */
|
||||
tx_application_define(_tx_initialize_unused_memory);
|
||||
ThreadXTaskInit(_tx_initialize_unused_memory);
|
||||
|
||||
/* Set the system state in preparation for entering the thread
|
||||
scheduler. */
|
||||
|
||||
Reference in New Issue
Block a user