summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-02-06 13:28:52 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-02-06 13:28:52 +0000
commitdee7bc297519cace8fab0506070c050ff4139a59 (patch)
treeb88e7b60a4c842031bb583592eba46439fc52696
parent3f7573b5d4d2e2a89ab2d181358cc38710765c81 (diff)
downloadfreertos-dee7bc297519cace8fab0506070c050ff4139a59.tar.gz
freertos-dee7bc297519cace8fab0506070c050ff4139a59.tar.bz2
freertos-dee7bc297519cace8fab0506070c050ff4139a59.tar.xz
Add a trap call to test the manual context switch in addition the the pre-emptive context switch.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@685 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
-rw-r--r--Demo/NEC_V850ES_IAR/RegTest.s851
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/NEC_V850ES_IAR/RegTest.s85 b/Demo/NEC_V850ES_IAR/RegTest.s85
index bb65ac03..38327f25 100644
--- a/Demo/NEC_V850ES_IAR/RegTest.s85
+++ b/Demo/NEC_V850ES_IAR/RegTest.s85
@@ -86,6 +86,7 @@ vRegTest1:
MOV 0x23232323, R30
vReg1TestLoopStart:
+ TRAP 0
MOV 0x01010101, R31
CMP R31, R1
BZ $+6