mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-03 19:41:55 +02:00
refactor(gptimer): sleep retention code clean up
This commit is contained in:
@@ -142,15 +142,14 @@ Light-sleep Peripheral Power Down
|
||||
- INT_MTX
|
||||
- TEE/APM
|
||||
- IO_MUX / GPIO
|
||||
- UART0
|
||||
- TIMG0
|
||||
- UART0/1
|
||||
- GPTimer
|
||||
- SPI0/1
|
||||
- SYSTIMER
|
||||
- RMT
|
||||
|
||||
The following peripherals are not yet supported:
|
||||
- ETM
|
||||
- TIMG1
|
||||
- ASSIST_DEBUG
|
||||
- Trace
|
||||
- Crypto: AES/ECC/HMAC/RSA/SHA/DS/XTA_AES/ECDSA
|
||||
@@ -164,7 +163,6 @@ Light-sleep Peripheral Power Down
|
||||
- SARADC
|
||||
- SDIO
|
||||
- PARL_IO
|
||||
- UART1
|
||||
|
||||
For peripherals that do not support Light-sleep context retention, if the Power management is enabled, the ``ESP_PM_NO_LIGHT_SLEEP`` lock should be held when the peripheral is working to avoid losing the working context of the peripheral when entering sleep.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user