mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Increase minimal stack size for the SAMD20 demo.
This commit is contained in:
parent
dcea05a81c
commit
c09f6e6a9b
|
@ -86,7 +86,7 @@
|
||||||
#define configCPU_CLOCK_HZ ( system_clock_source_get_hz( SYSTEM_CLOCK_SOURCE_DFLL ) )
|
#define configCPU_CLOCK_HZ ( system_clock_source_get_hz( SYSTEM_CLOCK_SOURCE_DFLL ) )
|
||||||
#define configTICK_RATE_HZ ( ( portTickType ) 500 )
|
#define configTICK_RATE_HZ ( ( portTickType ) 500 )
|
||||||
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 )
|
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 )
|
||||||
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 60 )
|
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 70 )
|
||||||
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 16000 ) )
|
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 16000 ) )
|
||||||
#define configMAX_TASK_NAME_LEN ( 5 )
|
#define configMAX_TASK_NAME_LEN ( 5 )
|
||||||
#define configUSE_TRACE_FACILITY 1
|
#define configUSE_TRACE_FACILITY 1
|
||||||
|
|
Loading…
Reference in a new issue