feat(log): add esp_log to internal wifi lib

This commit is contained in:
Zhang Jun Hao
2019-01-28 15:03:51 +08:00
parent 54d31061c1
commit 965fc47ff8
8 changed files with 289 additions and 2 deletions

View File

@ -58,7 +58,11 @@
#define configCPU_CLOCK_HZ ( ( unsigned long ) 80000000 )
#define configTICK_RATE_HZ ( ( portTickType ) CONFIG_FREERTOS_HZ )
#define configMAX_PRIORITIES 15
#if CONFIG_ESP8266_WIFI_DEBUG_LOG_ENABLE
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 2048 )
#else
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 768 )
#endif
//#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 17 * 1024 ) )
#define configMAX_TASK_NAME_LEN ( 16 )