X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FSource%2Fportable%2FRenesas%2FRX600v2%2Fport.c;h=e8f334dd5ac083745f1d8b40e24a1189b4ad48b9;hb=3d511cabadf346c67f0f56e15e999c02ca0393ed;hp=41eeb1d058c9c3f93bc80f32016e4efa543031ba;hpb=700c750067c7f3ba3d43b2d1d32d546a7fd08b3d;p=freertos diff --git a/FreeRTOS/Source/portable/Renesas/RX600v2/port.c b/FreeRTOS/Source/portable/Renesas/RX600v2/port.c index 41eeb1d05..e8f334dd5 100644 --- a/FreeRTOS/Source/portable/Renesas/RX600v2/port.c +++ b/FreeRTOS/Source/portable/Renesas/RX600v2/port.c @@ -1,5 +1,5 @@ /* - FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd. + FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. @@ -24,10 +24,10 @@ the terms of the GNU General Public License (version 2) as published by the Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception. - >>! NOTE: The modification to the GPL is included to allow you to distribute - >>! a combined work that includes FreeRTOS without being obliged to provide - >>! the source code for proprietary components outside of the FreeRTOS - >>! kernel. + >>! NOTE: The modification to the GPL is included to allow you to !<< + >>! distribute a combined work that includes FreeRTOS without being !<< + >>! obliged to provide the source code for proprietary components !<< + >>! outside of the FreeRTOS kernel. !<< FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS @@ -75,10 +75,9 @@ #include "string.h" /* Hardware specifics. */ -#include "r_cg_iodefine.h" +#include "iodefine.h" /*-----------------------------------------------------------*/ -#define USE_FULL_REGISTER_INITIALISATION /* Tasks should start with interrupts enabled and in Supervisor mode, therefore PSW is set with U and I set, and PM and IPL clear. */ @@ -324,7 +323,7 @@ static void prvYieldHandler( void ) /* Save the rest of the general registers (R15 has been saved already). */ PUSHM R1-R14 - /* Save the FPSW and accumulator. */ + /* Save the FPSW and accumulators. */ MVFC FPSW, R15 PUSH.L R15 MVFACGU #0, A1, R15