mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-27 04:09:59 +08:00
feature(i2s): add i2s driver
This commit is contained in:
@ -7,8 +7,8 @@ PROVIDE ( frc1 = 0x60000600 );
|
||||
|
||||
PROVIDE ( rtc_sys_info = 0x60001100 );
|
||||
|
||||
PROVIDE ( SLC = 0x60000B00 );
|
||||
PROVIDE ( I2S = 0x60000e00 );
|
||||
PROVIDE ( SLC0 = 0x60000B00 );
|
||||
PROVIDE ( I2S0 = 0x60000e00 );
|
||||
|
||||
PROVIDE ( SPI1 = 0x60000100 );
|
||||
PROVIDE ( SPI0 = 0x60000200 );
|
||||
|
@ -58,4 +58,9 @@ PROVIDE ( gpio_pin_wakeup_disable = 0x40004ed4 );
|
||||
PROVIDE ( gpio_pin_wakeup_enable = 0x40004e90 );
|
||||
|
||||
PROVIDE ( ets_io_vprintf = 0x40001f00 );
|
||||
PROVIDE ( uart_rx_one_char = 0x40003b8c );
|
||||
PROVIDE ( uart_rx_one_char = 0x40003b8c );
|
||||
|
||||
PROVIDE ( rom_i2c_readReg = 0x40007268 );
|
||||
PROVIDE ( rom_i2c_readReg_Mask = 0x4000729c );
|
||||
PROVIDE ( rom_i2c_writeReg = 0x400072d8 );
|
||||
PROVIDE ( rom_i2c_writeReg_Mask = 0x4000730c );
|
||||
|
Reference in New Issue
Block a user