]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85
Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISE...
[freertos] / FreeRTOS / Source / portable / IAR / V850ES / portasm_Hx2.s85
index c7a84941f4dfebaa852dc1eb08c2c2c1865ecf68..3616c4f66666e6336de9d81e251f64fadf1f78c9 100644 (file)
@@ -1,5 +1,6 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.\r
+;    All rights reserved\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
@@ -57,7 +58,7 @@
 ; Functions used by scheduler\r
 ;------------------------------------------------------------------------------\r
     EXTERN    vTaskSwitchContext\r
-    EXTERN    vTaskIncrementTick\r
+    EXTERN    xTaskIncrementTick\r
 \r
 ; Variables used by scheduler\r
 ;------------------------------------------------------------------------------\r
@@ -278,7 +279,7 @@ MD_INTTM0EQ0:
     stsr    1,lp\r
     st.w    lp,0[sp]                        ; store EIPSW to stack\r
     portSAVE_CONTEXT                       ; Save the context of the current task.\r
-    jarl    vTaskIncrementTick,lp           ; Call the timer tick function.\r
+    jarl    xTaskIncrementTick,lp           ; Call the timer tick function.\r
     jarl    vTaskSwitchContext,lp           ; Call the scheduler.\r
     portRESTORE_CONTEXT                            ; Restore the context of whichever task the ...\r
                                            ; ... scheduler decided should run.\r
@@ -297,7 +298,7 @@ MD_INTTM0EQ0:
     prepare {lp,ep},8,sp\r
     sst.w   r1,4[ep]\r
     sst.w   r5,0[ep]\r
-    jarl    vTaskIncrementTick,lp           ; Call the timer tick function.\r
+    jarl    xTaskIncrementTick,lp           ; Call the timer tick function.\r
     sld.w   0[ep],r5\r
     sld.w   4[ep],r1\r
     dispose 8,{lp,ep}\r