refactor(i2s): Refactor i2s driver for esp8266 idf

This commit is contained in:
XiongYu
2018-12-13 14:07:59 +08:00
parent 02e405c840
commit 7a5bf3366f
5 changed files with 915 additions and 1 deletions

View File

@ -5,4 +5,6 @@ PROVIDE ( uart1 = 0x60000f00 );
PROVIDE ( frc1 = 0x60000600 );
PROVIDE ( rtc_sys_info = 0x60001100 );
PROVIDE ( rtc_sys_info = 0x60001100 );
PROVIDE ( SLC = 0x60000B00 );
PROVIDE ( I2S = 0x60000e00 );