mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
docs: add wake stub example link to deep-sleep-stub.rst
This commit is contained in:
committed by
wuzhenghui
parent
af7223727d
commit
554400dbc5
@@ -115,3 +115,12 @@ CRC Check For Wake Stubs
|
|||||||
.. note::
|
.. 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.
|
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`
|
||||||
|
Reference in New Issue
Block a user