mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 15:41:02 +08:00
feat(esp8266): Add reset reason function
The function can be disable.
This commit is contained in:
@ -3,4 +3,6 @@ PROVIDE ( GPIO = 0x60000300);
|
||||
PROVIDE ( uart0 = 0x60000000 );
|
||||
PROVIDE ( uart1 = 0x60000f00 );
|
||||
|
||||
PROVIDE ( frc1 = 0x60000600 );
|
||||
PROVIDE ( frc1 = 0x60000600 );
|
||||
|
||||
PROVIDE ( rtc_sys_info = 0x60001100 );
|
Reference in New Issue
Block a user