mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Still a work in progress. Need to add flop support.
This commit is contained in:
parent
188a2c0cc1
commit
559e2a850f
10 changed files with 505 additions and 97 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue