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

@ -16,6 +16,7 @@
.extern xPortSysTickHandler
.extern vI2C_ISR
.extern faultisr
.extern vPortSVCHandler
.macro DEFAULT_ISR_HANDLER name=
.thumb_func
@ -40,7 +41,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