summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-02-02 18:38:48 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-02-02 18:38:48 +0000
commite0ad1a776745fb8e5b083f8981a463dc78d623ae (patch)
tree723ba73c9d57ccbe6aea9f78c7e3da4dc7b6ccd7
parentfd0d6165e5428a2445b3fd8c8da9b3383e09b89a (diff)
downloadfreertos-e0ad1a776745fb8e5b083f8981a463dc78d623ae.tar.gz
freertos-e0ad1a776745fb8e5b083f8981a463dc78d623ae.tar.bz2
freertos-e0ad1a776745fb8e5b083f8981a463dc78d623ae.tar.xz
Change name of asm file to be consistent with other ports.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@666 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
-rw-r--r--Source/portable/IAR/78K0R/portasm.s26 (renamed from Source/portable/IAR/78K0R/portmacro.s26)0
-rw-r--r--Source/portable/IAR/78K0R/portmacro.h18
2 files changed, 9 insertions, 9 deletions
diff --git a/Source/portable/IAR/78K0R/portmacro.s26 b/Source/portable/IAR/78K0R/portasm.s26
index eaf88998..eaf88998 100644
--- a/Source/portable/IAR/78K0R/portmacro.s26
+++ b/Source/portable/IAR/78K0R/portasm.s26
diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h
index a311b4aa..2cbbf223 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