docs: add wake stub example link to deep-sleep-stub.rst

This commit is contained in:
jiangguangming 2023-01-04 17:21:29 +08:00
parent a367ab4b76
commit 0f5990b1f2

View File

@ -115,3 +115,12 @@ 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
-------
.. only:: SOC_RTC_FAST_MEM_SUPPORTED
ESP-IDF provides an example to show how to implement the Deep-sleep wake stub.
- :example:`system/deep_sleep_wake_stub`