mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Add a trap call to test the manual context switch in addition the the pre-emptive context switch.
This commit is contained in:
parent
223feee46c
commit
812e63f87f
|
@ -86,6 +86,7 @@ vRegTest1:
|
||||||
MOV 0x23232323, R30
|
MOV 0x23232323, R30
|
||||||
|
|
||||||
vReg1TestLoopStart:
|
vReg1TestLoopStart:
|
||||||
|
TRAP 0
|
||||||
MOV 0x01010101, R31
|
MOV 0x01010101, R31
|
||||||
CMP R31, R1
|
CMP R31, R1
|
||||||
BZ $+6
|
BZ $+6
|
||||||
|
|
Loading…
Reference in a new issue