mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
feat(log): add esp_log to internal wifi lib
This commit is contained in:
@ -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 )
|
||||
|
||||
|
Reference in New Issue
Block a user