mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 07:26:28 +08:00
feat(bootloader): Support v2 firmware updates to v3 by OTA
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
PROVIDE ( ets_memcpy = 0x400018b4 );
|
||||
|
||||
PROVIDE ( SPIRead = 0x40004b1c );
|
||||
PROVIDE ( SPIWrite = 0x40004a4c );
|
||||
PROVIDE ( SPIEraseSector = 0x40004a00 );
|
||||
|
||||
PROVIDE ( gpio_input_get = 0x40004cf0 );
|
||||
|
||||
|
Reference in New Issue
Block a user