mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-14 10:17:08 +08:00
feat(esp8266): add non-mask watch dog to panic critical function
This commit is contained in:
components
esp8266
freertos/port/esp8266
@ -146,6 +146,15 @@
|
||||
|
||||
#define WDEV_COUNT_REG (0x3ff20c00)
|
||||
|
||||
#define WDEVTSF0_TIME_LO 0x3ff21004
|
||||
#define WDEVTSF0_TIME_HI 0x3ff21008
|
||||
#define WDEVTSFSW0_LO 0x3ff21018
|
||||
#define WDEVTSFSW0_HI 0x3ff2101C
|
||||
#define WDEVTSF0_TIMER_LO 0x3ff2109c
|
||||
#define WDEVTSF0_TIMER_HI 0x3ff210a0
|
||||
#define WDEVTSF0TIMER_ENA 0x3ff21098
|
||||
#define WDEV_TSF0TIMER_ENA BIT(31)
|
||||
|
||||
//Watch dog reg {{
|
||||
#define PERIPHS_WDT_BASEADDR 0x60000900
|
||||
|
||||
|
Reference in New Issue
Block a user