mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
feat(driver_spi): spi master support sleep retention(recovery)
This commit is contained in:
@@ -154,6 +154,7 @@ The following peripheral drivers are not aware of DFS yet. Applications need to
|
||||
:SOC_RMT_SUPPORT_SLEEP_RETENTION: - RMT
|
||||
:SOC_I2C_SUPPORT_SLEEP_RETENTION: - I2C
|
||||
:SOC_UART_SUPPORT_SLEEP_RETENTION: - All UARTs
|
||||
:SOC_SPI_SUPPORT_SLEEP_RETENTION: - All GPSPIs
|
||||
|
||||
The following peripherals are not yet supported:
|
||||
|
||||
@@ -163,7 +164,6 @@ The following peripheral drivers are not aware of DFS yet. Applications need to
|
||||
- ASSIST_DEBUG
|
||||
- Trace
|
||||
- Crypto: AES/ECC/HMAC/RSA/SHA/DS/XTA_AES/ECDSA
|
||||
- SPI2
|
||||
- I2S
|
||||
- PCNT
|
||||
- USB-Serial-JTAG
|
||||
|
||||
Reference in New Issue
Block a user