Merge branch 'docs/ulp_gpio_wakeup_supported_c5_v5.5' into 'release/v5.5'

docs(ulp): fixed ETM and LP_IO wakeup sources saying not supported (v5.5)

See merge request espressif/esp-idf!42208
This commit is contained in:
Marius Vikhammer
2025-10-14 11:56:08 +08:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -210,8 +210,8 @@ How the ULP LP core coprocessor is started depends on the wake-up source selecte
The ULP has the following wake-up sources:
* :c:macro:`ULP_LP_CORE_WAKEUP_SOURCE_HP_CPU` - LP core can be woken up by the HP CPU.
* :c:macro:`ULP_LP_CORE_WAKEUP_SOURCE_LP_TIMER` - LP core can be woken up by the LP timer.
* :c:macro:`ULP_LP_CORE_WAKEUP_SOURCE_ETM` - LP core can be woken up by a ETM event. (Not yet supported)
* :c:macro:`ULP_LP_CORE_WAKEUP_SOURCE_LP_IO` - LP core can be woken up when LP IO level changes. (Not yet supported)
* :c:macro:`ULP_LP_CORE_WAKEUP_SOURCE_ETM` - LP core can be woken up by an ETM event.
* :c:macro:`ULP_LP_CORE_WAKEUP_SOURCE_LP_IO` - LP core can be woken up when LP IO level changes.
* :c:macro:`ULP_LP_CORE_WAKEUP_SOURCE_LP_UART` - LP core can be woken up when LP UART receives wakeup data based on different modes.
When the ULP is woken up, it will go through the following steps: