From 4bcc48e0b91e251934cb635d1e54ecdc8dc7fe6e Mon Sep 17 00:00:00 2001 From: RichardBarry Date: Mon, 2 Feb 2009 18:38:48 +0000 Subject: [PATCH] Change name of asm file to be consistent with other ports. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@666 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../IAR/78K0R/{portmacro.s26 => portasm.s26} | 0 Source/portable/IAR/78K0R/portmacro.h | 18 +++++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) rename Source/portable/IAR/78K0R/{portmacro.s26 => portasm.s26} (100%) diff --git a/Source/portable/IAR/78K0R/portmacro.s26 b/Source/portable/IAR/78K0R/portasm.s26 similarity index 100% rename from Source/portable/IAR/78K0R/portmacro.s26 rename to Source/portable/IAR/78K0R/portasm.s26 diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h index a311b4aa6..2cbbf223c 100644 --- a/Source/portable/IAR/78K0R/portmacro.h +++ b/Source/portable/IAR/78K0R/portmacro.h @@ -19,7 +19,7 @@ A special exception to the GPL can be applied should you wish to distribute a combined work that includes FreeRTOS.org, without being obliged to provide - the source code for any proprietary components. See the licensing section + the source code for any proprietary components. See the licensing section of http://www.FreeRTOS.org for full details of how and when the exception can be applied. @@ -37,13 +37,13 @@ Please ensure to read the configuration and relevant port sections of the online documentation. - http://www.FreeRTOS.org - Documentation, latest information, license and + http://www.FreeRTOS.org - Documentation, latest information, license and contact details. - http://www.SafeRTOS.com - A version that is certified for use in safety + http://www.SafeRTOS.com - A version that is certified for use in safety critical systems. - http://www.OpenRTOS.com - Commercial support, development, porting, + http://www.OpenRTOS.com - Commercial support, development, porting, licensing and training services. */ @@ -55,7 +55,7 @@ extern "C" { #endif /*----------------------------------------------------------- - * Port specific definitions. + * Port specific definitions. * * The settings in this file configure FreeRTOS correctly for the * given hardware and compiler. @@ -65,13 +65,13 @@ extern "C" { */ /* Type definitions. */ - + #define portCHAR char #define portFLOAT float #define portDOUBLE double #define portLONG long #define portSHORT short -#define portSTACK_TYPE unsigned int +#define portSTACK_TYPE unsigned short #define portBASE_TYPE int #if (configUSE_16_BIT_TICKS==1) @@ -144,9 +144,9 @@ extern void portRESTORE_CONTEXT( void ); static __interrupt void P0_isr (void); -/* --------------------------------------------------------------------------*/ +/* --------------------------------------------------------------------------*/ /* Option-bytes and security ID */ -/* --------------------------------------------------------------------------*/ +/* --------------------------------------------------------------------------*/ #define OPT_BYTES_SIZE 4 #define SECU_ID_SIZE 10 #define WATCHDOG_DISABLED 0x00 -- 2.39.2