Add a few more tests and demos.

This commit is contained in:
Richard Barry 2009-10-11 09:30:12 +00:00
parent 9557f14233
commit 448f83eb43
2 changed files with 151 additions and 43 deletions

View file

@ -67,7 +67,7 @@
#define configCPU_CLOCK_HZ ( ( unsigned long ) 50000000 )
#define configTICK_RATE_HZ ( ( portTickType ) 1000 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 100 )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 2048 ) )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 2560 ) )
#define configMAX_TASK_NAME_LEN ( 12 )
#define configUSE_TRACE_FACILITY 1
#define configUSE_16_BIT_TICKS 0