]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85
Update version number to V8.0.0 (without the release candidate number).
[freertos] / FreeRTOS / Source / portable / IAR / V850ES / portasm_Fx3.s85
index 3da25430839e3944dd061135b984a9f25e4dff1f..5d400aa3dbe462a29a780632db969e3e737be7ad 100644 (file)
@@ -1,5 +1,6 @@
 ;/*\r
-;    FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.\r
+;    FreeRTOS V8.0.0 - 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
@@ -287,7 +288,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
@@ -306,7 +307,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