]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
Update version number to 9.0.0rc2.
[freertos] / FreeRTOS / Source / portable / IAR / ARM_CM0 / portasm.s
index f5132fd21631d07cf2daed834def10cfdafd2374..a2ed902a7427150a7b9521f5c4b9843ed9232c3d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V8.2.2 - Copyright (C) 2015 Real Time Engineers Ltd.\r
+    FreeRTOS V9.0.0rc2 - Copyright (C) 2016 Real Time Engineers Ltd.\r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -8,7 +8,7 @@
 \r
     FreeRTOS is free software; you can redistribute it and/or modify it under\r
     the terms of the GNU General Public License (version 2) as published by the\r
-    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.\r
+    Free Software Foundation >>>> AND MODIFIED BY <<<< the FreeRTOS exception.\r
 \r
     ***************************************************************************\r
     >>!   NOTE: The modification to the GPL is included to allow you to     !<<\r
@@ -149,6 +149,7 @@ vPortStartFirstTask
        msr psp, r0                             /* This is now the new top of stack to use in the task. */\r
        movs r0, #2                             /* Switch to the psp stack. */\r
        msr CONTROL, r0\r
+       isb\r
        pop {r0-r5}                             /* Pop the registers that are saved automatically. */\r
        mov lr, r5                              /* lr is now in r5. */\r
        cpsie i                                 /* The first task has its context and interrupts can be enabled. */\r