]> git.sur5r.net Git - freertos/commitdiff
Increase minimal stack size for the SAMD20 demo.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 9 Oct 2013 18:46:08 +0000 (18:46 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 9 Oct 2013 18:46:08 +0000 (18:46 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2060 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/config/FreeRTOSConfig.h

index ca79bcc0c575bc4073de1a33aa4281bab753caff..35a481a7e23acf1e267ba67c957f4ebd4b527cb8 100644 (file)
@@ -86,7 +86,7 @@
 #define configCPU_CLOCK_HZ                             ( system_clock_source_get_hz( SYSTEM_CLOCK_SOURCE_DFLL ) )\r
 #define configTICK_RATE_HZ                             ( ( portTickType ) 500 )\r
 #define configMAX_PRIORITIES                   ( ( unsigned portBASE_TYPE ) 5 )\r
-#define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 60 )\r
+#define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 70 )\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 16000 ) )\r
 #define configMAX_TASK_NAME_LEN                        ( 5 )\r
 #define configUSE_TRACE_FACILITY               1\r