]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/Renesas/RX600v2/port.c
Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISE...
[freertos] / FreeRTOS / Source / portable / Renesas / RX600v2 / port.c
index 41eeb1d058c9c3f93bc80f32016e4efa543031ba..e8f334dd5ac083745f1d8b40e24a1189b4ad48b9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd.\r
+    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.\r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\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
 \r
-    >>! NOTE: The modification to the GPL is included to allow you to distribute\r
-    >>! a combined work that includes FreeRTOS without being obliged to provide\r
-    >>! the source code for proprietary components outside of the FreeRTOS\r
-    >>! kernel.\r
+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<\r
+    >>!   distribute a combined work that includes FreeRTOS without being   !<<\r
+    >>!   obliged to provide the source code for proprietary components     !<<\r
+    >>!   outside of the FreeRTOS kernel.                                   !<<\r
 \r
     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY\r
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
 #include "string.h"\r
 \r
 /* Hardware specifics. */\r
-#include "r_cg_iodefine.h"\r
+#include "iodefine.h"\r
 \r
 /*-----------------------------------------------------------*/\r
-#define USE_FULL_REGISTER_INITIALISATION\r
 \r
 /* Tasks should start with interrupts enabled and in Supervisor mode, therefore\r
 PSW is set with U and I set, and PM and IPL clear. */\r
@@ -324,7 +323,7 @@ static void prvYieldHandler( void )
        /* Save the rest of the general registers (R15 has been saved already). */\r
        PUSHM   R1-R14\r
 \r
-       /* Save the FPSW and accumulator. */\r
+       /* Save the FPSW and accumulators. */\r
        MVFC    FPSW, R15\r
        PUSH.L  R15\r
        MVFACGU #0, A1, R15\r