Prepare for FreeRTOS V7.1.1 tag.

This commit is contained in:
Richard Barry 2012-05-08 17:35:44 +00:00
parent ac66c45eb4
commit 38d09c99eb
736 changed files with 18028 additions and 6228 deletions

View file

@ -3,15 +3,15 @@
#include "ISR_Support.h"
.set nomips16
.set noreorder
.set noreorder
.extern vU2InterruptHandler
.extern vU2InterruptHandler
.extern xISRStackTop
.global vU2InterruptWrapper
.global vU2InterruptWrapper
.set noreorder
.set noat
.ent vU2InterruptWrapper
.set noreorder
.set noat
.ent vU2InterruptWrapper
vU2InterruptWrapper:
@ -20,5 +20,5 @@ vU2InterruptWrapper:
nop
portRESTORE_CONTEXT
.end vU2InterruptWrapper
.end vU2InterruptWrapper