mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user