]> git.sur5r.net Git - freertos/commitdiff
Change ARM7 byte alignment to 8.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 25 Jul 2008 02:35:50 +0000 (02:35 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 25 Jul 2008 02:35:50 +0000 (02:35 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@417 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/IAR/AtmelSAM7S64/portmacro.h
Source/portable/IAR/LPC2000/portmacro.h
Source/portable/IAR/STR71x/portmacro.h
Source/portable/IAR/STR75x/portmacro.h
Source/portable/IAR/STR91x/portmacro.h

index 06da3cb679d11803baf456609866c7f08c3bc6fb..f31f3c7158af1a58f621759da8049254fd001e2d 100644 (file)
@@ -86,7 +86,7 @@ extern "C" {
 /* Hardware specifics. */\r
 #define portSTACK_GROWTH                       ( -1 )\r
 #define portTICK_RATE_MS                       ( ( portTickType ) 1000 / configTICK_RATE_HZ )          \r
-#define portBYTE_ALIGNMENT                     4\r
+#define portBYTE_ALIGNMENT                     8\r
 #define portYIELD()                                    asm ( "SWI 0" )\r
 #define portNOP()                                      asm ( "NOP" )\r
 /*-----------------------------------------------------------*/        \r
index 14e9a22fdfcfcdab0eae0ace83210e477cbacb57..a42e65a4bfd9b41a80d95105c93a6d3694b2674e 100644 (file)
@@ -88,7 +88,7 @@ extern "C" {
 /* Hardware specifics. */\r
 #define portSTACK_GROWTH                       ( -1 )\r
 #define portTICK_RATE_MS                       ( ( portTickType ) 1000 / configTICK_RATE_HZ )          \r
-#define portBYTE_ALIGNMENT                     4\r
+#define portBYTE_ALIGNMENT                     8\r
 #define portYIELD()                                    asm ( "SWI 0" )\r
 #define portNOP()                                      asm ( "NOP" )\r
 /*-----------------------------------------------------------*/        \r
index d04848938c8e43b5178d9cbed2d94b29cd24b5d4..1bba80dee139ca82faacc971e890ed39e19057ff 100644 (file)
@@ -89,7 +89,7 @@ extern "C" {
 /* Hardware specifics. */\r
 #define portSTACK_GROWTH                       ( -1 )\r
 #define portTICK_RATE_MS                       ( ( portTickType ) 1000 / configTICK_RATE_HZ )          \r
-#define portBYTE_ALIGNMENT                     4\r
+#define portBYTE_ALIGNMENT                     8\r
 #define portYIELD()                                    asm ( "SWI 0" )\r
 #define portNOP()                                      asm ( "NOP" )\r
 /*-----------------------------------------------------------*/        \r
index 17a59566f3fa541d60598ad76ecd108bd4860440..0f5e345a08fd3be65840c74a90a6a0a8f5257bdf 100644 (file)
@@ -88,7 +88,7 @@ extern "C" {
 /* Hardware specifics. */\r
 #define portSTACK_GROWTH                       ( -1 )\r
 #define portTICK_RATE_MS                       ( ( portTickType ) 1000 / configTICK_RATE_HZ )          \r
-#define portBYTE_ALIGNMENT                     4\r
+#define portBYTE_ALIGNMENT                     8\r
 #define portYIELD()                                    asm ( "SWI 0" )\r
 #define portNOP()                                      asm ( "NOP" )\r
 /*-----------------------------------------------------------*/        \r
index f1627a0c2fd9926209e1d2e9378888bb4acfc7d3..ae67af865682916bf5132486fa24c8714bdb2dd9 100644 (file)
@@ -88,7 +88,7 @@ extern "C" {
 /* Hardware specifics. */\r
 #define portSTACK_GROWTH                       ( -1 )\r
 #define portTICK_RATE_MS                       ( ( portTickType ) 1000 / configTICK_RATE_HZ )\r
-#define portBYTE_ALIGNMENT                     4\r
+#define portBYTE_ALIGNMENT                     8\r
 #define portYIELD()                                    asm ( "SWI 0" )\r
 #define portNOP()                                      asm ( "NOP" )\r
 /*-----------------------------------------------------------*/        \r