Merge branch 'feature/lp_core_exception_wake' into 'master'

feat(ulp): added lp-core exception as wake-up source

See merge request espressif/esp-idf!39159
This commit is contained in:
Marius Vikhammer
2025-09-19 14:48:33 +08:00
13 changed files with 81 additions and 12 deletions

View File

@@ -235,3 +235,8 @@ System Console (STDIO)
``esp_vfs_cdcacm.h`` has been moved to the new component ``esp_usb_cdc_rom_console``, you will now have to add an explicit ``REQUIRES`` for ``esp_usb_cdc_rom_console`` if using any functions from this header.
ULP
---
The LP-Core will now wake-up the main CPU when it encounters an exception during deep sleep. This feature is enabled by default but can be disabled via the :ref:`CONFIG_ULP_TRAP_WAKEUP` Kconfig option is this behavior is not desired.