RM48 port layer without FPU saving completed.

This commit is contained in:
Richard Barry 2012-10-11 13:41:07 +00:00
parent 1112439c58
commit fe2163ede4
8 changed files with 219 additions and 849 deletions

View file

@ -54,7 +54,7 @@ static const t_isrFuncPTR s_vim_init[] =
phantomInterrupt,
phantomInterrupt,
phantomInterrupt,
vPreemptiveTick, /* RTI */
vPortPreemptiveTick, /* RTI */
phantomInterrupt,
phantomInterrupt,
phantomInterrupt,

View file

@ -43,8 +43,8 @@ typedef void (*t_isrFuncPTR)();
extern void phantomInterrupt(void);
extern void esmHighLevelInterrupt(void);
extern void vPreemptiveTick(void);
extern void vNonPreemptiveTick(void);
extern void vPortPreemptiveTick(void);
extern void vPortNonPreemptiveTick(void);
extern void vPortYeildWithinAPI(void);