mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Update to use new port layer.
This commit is contained in:
parent
3d099d43f5
commit
1ef0e22ca1
4 changed files with 51 additions and 33 deletions
|
@ -15,6 +15,7 @@
|
|||
.extern xPortPendSVHandler
|
||||
.extern xPortSysTickHandler
|
||||
.extern vUART_ISR
|
||||
.extern vPortSVCHandler
|
||||
|
||||
.macro DEFAULT_ISR_HANDLER name=
|
||||
.thumb_func
|
||||
|
@ -39,7 +40,7 @@ _vectors:
|
|||
.word 0 // Reserved
|
||||
.word 0 // Reserved
|
||||
.word 0 // Reserved
|
||||
.word 0
|
||||
.word vPortSVCHandler
|
||||
.word 0 // Populate if using a debug monitor
|
||||
.word 0 // Reserved
|
||||
.word xPortPendSVHandler // Populate if using pendable service request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue