Skip to content

Commit eca9a93

Browse files
committed
esp8266: Update ROM address map to vendor SDK 0.9.5.
1 parent 98c4bc3 commit eca9a93

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

esp8266/eagle.rom.addr.v6.ld

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ PROVIDE ( SHA1Final = 0x4000b648 );
1616
PROVIDE ( SHA1Init = 0x4000b584 );
1717
PROVIDE ( SHA1Transform = 0x4000a364 );
1818
PROVIDE ( SHA1Update = 0x4000b5a8 );
19+
PROVIDE ( SPI_read_status = 0x400043c8 );
20+
PROVIDE ( SPI_write_status = 0x40004400 );
21+
PROVIDE ( SPI_write_enable = 0x4000443c );
1922
PROVIDE ( Wait_SPI_Idle = 0x4000448c );
2023
PROVIDE ( SPIEraseArea = 0x40004b44 );
2124
PROVIDE ( SPIEraseBlock = 0x400049b4 );

0 commit comments

Comments
 (0)