From 05e143dbddbde07e4f31a0376b8869bcf9fb1939 Mon Sep 17 00:00:00 2001 From: patrick Date: Wed, 17 May 2023 01:06:04 +1000 Subject: 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 --- docs/library/esp32.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/library/esp32.rst') diff --git a/docs/library/esp32.rst b/docs/library/esp32.rst index 12d089021..d9241d545 100644 --- a/docs/library/esp32.rst +++ b/docs/library/esp32.rst @@ -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. -- cgit v1.2.3