refactor(hspi): Refactor hspi driver for esp8266 idf

This commit is contained in:
XiongYu
2018-07-09 21:27:37 +08:00
parent ce8fb1e67f
commit d4f2388a18
25 changed files with 2554 additions and 437 deletions

View File

@ -6,5 +6,9 @@ PROVIDE ( uart1 = 0x60000f00 );
PROVIDE ( frc1 = 0x60000600 );
PROVIDE ( rtc_sys_info = 0x60001100 );
PROVIDE ( SLC = 0x60000B00 );
PROVIDE ( I2S = 0x60000e00 );
PROVIDE ( SPI1 = 0x60000100 );
PROVIDE ( SPI0 = 0x60000200 );