diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-01-31 00:36:25 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-01-31 00:36:41 +0200 |
commit | eca9a9323aae64b78ebd43a002acf55d01634ed5 (patch) | |
tree | 9a39a23509e3b70c03cfc81937d75677941e3a67 | |
parent | 98c4bc3facff901a38cdbc2df99ee5da17ba3f2e (diff) | |
download | micropython-eca9a9323aae64b78ebd43a002acf55d01634ed5.tar.gz micropython-eca9a9323aae64b78ebd43a002acf55d01634ed5.zip |
esp8266: Update ROM address map to vendor SDK 0.9.5.
-rw-r--r-- | esp8266/eagle.rom.addr.v6.ld | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/esp8266/eagle.rom.addr.v6.ld b/esp8266/eagle.rom.addr.v6.ld index c5c1b65223..076a240dd6 100644 --- a/esp8266/eagle.rom.addr.v6.ld +++ b/esp8266/eagle.rom.addr.v6.ld @@ -16,6 +16,9 @@ PROVIDE ( SHA1Final = 0x4000b648 ); PROVIDE ( SHA1Init = 0x4000b584 ); PROVIDE ( SHA1Transform = 0x4000a364 ); PROVIDE ( SHA1Update = 0x4000b5a8 ); +PROVIDE ( SPI_read_status = 0x400043c8 ); +PROVIDE ( SPI_write_status = 0x40004400 ); +PROVIDE ( SPI_write_enable = 0x4000443c ); PROVIDE ( Wait_SPI_Idle = 0x4000448c ); PROVIDE ( SPIEraseArea = 0x40004b44 ); PROVIDE ( SPIEraseBlock = 0x400049b4 ); |