esp32/esp32_ulp: Enable FSM ULP for S2 and S3 chips.

This commit enables the ULP for the S2 and S3 chips.

Note this is the FSM (Finite State Machine) ULP.

Signed-off-by: Patrick Joy <patrick@joytech.com.au>
This commit is contained in:
patrick
2023-05-17 01:06:04 +10:00
committed by Damien George
parent 3a7ad64267
commit 05e143dbdd
3 changed files with 17 additions and 2 deletions

View File

@@ -279,6 +279,14 @@ For more details see Espressif's `ESP-IDF RMT documentation.
Ultra-Low-Power co-processor
----------------------------
This class gives access to the Ultra Low Power (ULP) co-processor on the ESP32,
ESP32-S2 and ESP32-S3 chips.
.. warning::
This class does not provide access to the RISCV ULP co-processor available
on the ESP32-S2 and ESP32-S3 chips.
.. class:: ULP()
This class provides access to the Ultra-Low-Power co-processor.