Skip to content
Snippets Groups Projects
Commit 88d3cd58 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266/eagle.rom.addr.v6.ld: Add Enable_QMode symbol from SDK 2.0.0.

parent bc391298
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ PROVIDE ( SPI_read_status = 0x400043c8 ); ...@@ -20,6 +20,7 @@ PROVIDE ( SPI_read_status = 0x400043c8 );
PROVIDE ( SPI_write_status = 0x40004400 ); PROVIDE ( SPI_write_status = 0x40004400 );
PROVIDE ( SPI_write_enable = 0x4000443c ); PROVIDE ( SPI_write_enable = 0x4000443c );
PROVIDE ( Wait_SPI_Idle = 0x4000448c ); PROVIDE ( Wait_SPI_Idle = 0x4000448c );
PROVIDE ( Enable_QMode = 0x400044c0 );
PROVIDE ( SPIEraseArea = 0x40004b44 ); PROVIDE ( SPIEraseArea = 0x40004b44 );
PROVIDE ( SPIEraseBlock = 0x400049b4 ); PROVIDE ( SPIEraseBlock = 0x400049b4 );
PROVIDE ( SPIEraseChip = 0x40004984 ); PROVIDE ( SPIEraseChip = 0x40004984 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment