mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
RM48 port layer without FPU saving completed.
This commit is contained in:
parent
1112439c58
commit
fe2163ede4
8 changed files with 219 additions and 849 deletions
|
@ -54,7 +54,7 @@ static const t_isrFuncPTR s_vim_init[] =
|
|||
phantomInterrupt,
|
||||
phantomInterrupt,
|
||||
phantomInterrupt,
|
||||
vPreemptiveTick, /* RTI */
|
||||
vPortPreemptiveTick, /* RTI */
|
||||
phantomInterrupt,
|
||||
phantomInterrupt,
|
||||
phantomInterrupt,
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue