Merge branch 'feature/example_deep_sleep_wake_stub_backport_v4.4' into 'release/v4.4'

example: add deepsleep_wake stub example (backport v4.4)

See merge request espressif/esp-idf!23360
This commit is contained in:
Jiang Jiang Jian
2023-06-09 19:11:20 +08:00
32 changed files with 657 additions and 88 deletions
+7
View File
@@ -115,3 +115,10 @@ CRC Check For Wake Stubs
.. note::
When the `CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP` option is enabled, all the RTC fast memory except the wake stubs area is added to the heap.
Example
-------
ESP-IDF provides an example to show how to implement the Deep-sleep wake stub.
- :example:`system/deep_sleep_wake_stub`