/* 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
/* 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
/* 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
/* 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
/* 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