mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
A little extra commenting added to the Cortex M3 port layers.
This commit is contained in:
parent
3ff33205eb
commit
17e1e7dfd3
3 changed files with 3 additions and 4 deletions
|
@ -148,8 +148,9 @@ __asm void vPortStartFirstTask( void )
|
|||
ldr r0, [r0]
|
||||
/* Set the msp back to the start of the stack. */
|
||||
msr msp, r0
|
||||
/* Call SVC to start the first task. */
|
||||
/* Globally enable interrupts. */
|
||||
cpsie i
|
||||
/* Call SVC to start the first task. */
|
||||
svc 0
|
||||
nop
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue