update version to 0.9.9, have a try.

This commit is contained in:
Espressif Systems
2015-03-31 14:23:10 +08:00
parent 97a53141a1
commit ec75c85f9e
137 changed files with 2229 additions and 55411 deletions

View File

@ -82,8 +82,8 @@
#define configUSE_TICK_HOOK 0
#define configCPU_CLOCK_HZ ( ( unsigned long ) 80000000 )
#define configTICK_RATE_HZ ( ( portTickType ) 100 )
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 21 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short )128 )
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 15 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short )156 )
//#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 17 * 1024 ) )
#define configMAX_TASK_NAME_LEN ( 16 )
#define configUSE_TRACE_FACILITY 0