|
|
@ -51,13 +51,6 @@
|
|
|
|
licensing and training services.
|
|
|
|
licensing and training services.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
Change from V4.2.1:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ Introduced usage of configKERNEL_INTERRUPT_PRIORITY macro to set the
|
|
|
|
|
|
|
|
interrupt priority used by the kernel.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <FreeRTOSConfig.h>
|
|
|
|
#include <FreeRTOSConfig.h>
|
|
|
|
|
|
|
|
|
|
|
|
/* For backward compatibility, ensure configKERNEL_INTERRUPT_PRIORITY is
|
|
|
|
/* For backward compatibility, ensure configKERNEL_INTERRUPT_PRIORITY is
|
|
|
@ -157,6 +150,7 @@ vPortStartFirstTask
|
|
|
|
/* Set the msp back to the start of the stack. */
|
|
|
|
/* Set the msp back to the start of the stack. */
|
|
|
|
msr msp, r0
|
|
|
|
msr msp, r0
|
|
|
|
/* Call SVC to start the first task. */
|
|
|
|
/* Call SVC to start the first task. */
|
|
|
|
|
|
|
|
cpsie i
|
|
|
|
svc 0
|
|
|
|
svc 0
|
|
|
|
|
|
|
|
|
|
|
|
END
|
|
|
|
END
|
|
|
|