www.freertos.org test on stm32f0

Fork of FreeRTOS by Rohit Grover

Revision:
1:fc62ab66aa39
Parent:
0:8e57f3e9cc89
--- a/FreeRTOSConfig.h	Fri Jan 24 14:56:04 2014 +0000
+++ b/FreeRTOSConfig.h	Fri Mar 02 09:46:03 2018 +0000
@@ -85,8 +85,8 @@
 #define configUSE_TICK_HOOK			0
 #define configCPU_CLOCK_HZ			( ( unsigned long ) SystemCoreClock )
 #define configTICK_RATE_HZ			( ( portTickType ) 1000 )
-#define configMINIMAL_STACK_SIZE	( ( unsigned short ) 80 )
-#define configTOTAL_HEAP_SIZE		( ( size_t ) ( 10 * 1024 ) )
+#define configMINIMAL_STACK_SIZE	( ( unsigned short ) 64 )
+#define configTOTAL_HEAP_SIZE		( ( size_t ) ( 4096 ) )
 #define configMAX_TASK_NAME_LEN		( 12 )
 #define configUSE_TRACE_FACILITY	1
 #define configUSE_16_BIT_TICKS		0