Merge branch 'feature/add_reset_reason' into 'master'

Add reset reason function

See merge request sdk/ESP8266_RTOS_SDK!651
This commit is contained in:
Dong Heng
2018-12-19 16:35:14 +08:00
9 changed files with 266 additions and 2 deletions

View File

@ -175,6 +175,12 @@ config TASK_WDT_TIMEOUT_S
default 14 if TASK_WDT_TIMEOUT_14N
default 15 if TASK_WDT_TIMEOUT_15N
config RESET_REASON
bool "Enable reset reason"
default y
help
Enable this option, the reset reason function can be used, or compiler will show function linking error.
config WIFI_PPT_TASKSTACK_SIZE
int "ppT task stack size"
default 2048