diff --git a/docs/en/api-guides/deep-sleep-stub.rst b/docs/en/api-guides/deep-sleep-stub.rst index 8c59f5bbb0..4c96e3180f 100644 --- a/docs/en/api-guides/deep-sleep-stub.rst +++ b/docs/en/api-guides/deep-sleep-stub.rst @@ -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`