Add the tests performed by prvOldStyleUserModeTask().

This commit is contained in:
Richard Barry 2009-10-10 18:41:14 +00:00
parent 9c349886af
commit 7c927d69d5
2 changed files with 115 additions and 3 deletions

View file

@ -62,12 +62,12 @@
*----------------------------------------------------------*/
#define configUSE_PREEMPTION 1
#define configUSE_IDLE_HOOK 0
#define configUSE_IDLE_HOOK 1
#define configUSE_TICK_HOOK 1
#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 ) ( 1024 ) )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 2048 ) )
#define configMAX_TASK_NAME_LEN ( 12 )
#define configUSE_TRACE_FACILITY 1
#define configUSE_16_BIT_TICKS 0