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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user