Still a work in progress. Need to add flop support.

This commit is contained in:
Richard Barry 2010-01-15 17:20:09 +00:00
parent 188a2c0cc1
commit 559e2a850f
10 changed files with 505 additions and 97 deletions

View file

@ -15,6 +15,7 @@
extern void vPortStartFirstTask( void );
extern void vPortYield( void );
extern void vPortPreemptiveTick( void );
#pragma section VECTTBL
@ -310,7 +311,8 @@ void *INT_Vectors[] = {
// 139 Reserved
(void*) Dummy,
// 140 CMT CMI0
(void*) INT_CMT_CMI0,
// (void*) INT_CMT_CMI0,
(void*) vPortPreemptiveTick,
// 141 Reserved
(void*) Dummy,
// 142 Reserved