fix(esp8266): fix system and wifi sleep/wake process error

This commit is contained in:
dongheng
2019-09-18 17:03:08 +08:00
parent 6f3983d39e
commit 4d4e1c0564
12 changed files with 91 additions and 28 deletions

View File

@ -137,6 +137,9 @@
#define TM1_EDGE_INT_DISABLE() CLEAR_PERI_REG_MASK(EDGE_INT_ENABLE_REG, BIT1)
//}}
#define DPORT_CTL_REG (PERIPHS_DPORT_BASEADDR + 0x14)
#define DPORT_CTL_DOUBLE_CLK BIT0
#define INT_ENA_WDEV 0x3ff20c18
#define WDEV_TSF0_REACH_INT (BIT(27))