mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-13 14:48:33 -04:00
Continue Coldfire MCF52221 CodeWarrior demo.
This commit is contained in:
parent
58f3f932ee
commit
6bf7776dec
8 changed files with 210 additions and 13 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
|
||||
extern void vPIT0InterruptHandler( void );
|
||||
extern void vUART0InterruptHandler( void );
|
||||
extern void vPortYieldISR( void );
|
||||
extern void vFECISRHandler( void );
|
||||
|
||||
|
@ -401,7 +402,7 @@ __declspec(vectortable) vectorTableEntryType _vect[256] = { /* Interrupt vecto
|
|||
asm_exception_handler, /* 74 (0x128) Device-specific interrupts */
|
||||
asm_exception_handler, /* 75 (0x12C) Device-specific interrupts */
|
||||
asm_exception_handler, /* 76 (0x130) Device-specific interrupts */
|
||||
asm_exception_handler, /* 77 (0x134) Device-specific interrupts */
|
||||
vUART0InterruptHandler, /* 77 (0x134) Device-specific interrupts */
|
||||
asm_exception_handler, /* 78 (0x138) Device-specific interrupts */
|
||||
asm_exception_handler, /* 79 (0x13C) Device-specific interrupts */
|
||||
vPortYieldISR, /* 80 (0x140) Device-specific interrupts */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue