Update to use new port layer.

This commit is contained in:
Richard Barry 2008-03-24 11:45:23 +00:00
parent 3d099d43f5
commit 1ef0e22ca1
4 changed files with 51 additions and 33 deletions

View file

@ -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