]> git.sur5r.net Git - freertos/commitdiff
Lower the minimum stack size used by the ATSAMA5 demo. V8.1.0
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 26 Aug 2014 16:53:40 +0000 (16:53 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 26 Aug 2014 16:53:40 +0000 (16:53 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2292 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h

index e47cadf5ccfbd609fcb44e0bc0946cdf2d9febc3..4906c83f3eafde7280650bd68404dda753502757 100644 (file)
@@ -86,7 +86,7 @@
 #define configUSE_IDLE_HOOK                                            1\r
 #define configUSE_TICK_HOOK                                            1\r
 #define configMAX_PRIORITIES                                   ( 5 )\r
-#define configMINIMAL_STACK_SIZE                               ( ( unsigned short ) 150 )\r
+#define configMINIMAL_STACK_SIZE                               ( ( unsigned short ) 100 )\r
 #define configTOTAL_HEAP_SIZE                                  ( ( size_t ) ( 42 * 1024 ) )\r
 #define configMAX_TASK_NAME_LEN                                        ( 10 )\r
 #define configUSE_TRACE_FACILITY                               1\r
@@ -136,7 +136,7 @@ http://www.FreeRTOS.org/Using-FreeRTOS-on-Cortex-A-MPUs-without-a-GIC.html */
 /* Cortex-A specific setting:  The address of the register within the interrupt\r
 controller from which the address of the current interrupt's handling function\r
 can be obtained.  See:\r
-http://www.FreeRTOS.org/Using-FreeRTOS-on-Cortex-A-MPUs-without-a-GIC.html\r
+http://www.FreeRTOS.org/Using-FreeRTOS-on-Cortex-A-MPUs-without-a-GIC.html */\r
 #define configINTERRUPT_VECTOR_ADDRESS 0xFFFFF010UL\r
 \r
 /* Cortex-A specific setting:  The address of End of Interrupt register within\r