Lines Matching +full:runs +full:- +full:on
4 …runs immediately as soon as the chip wakes up - before any normal initialisation, bootloader, or E…
9 --------------------
17 …ry storage, but the contents will be overwritten when the SoC goes back to sleep or starts ESP-IDF.
19 * RTC memory must include any read-only data (.rodata) used by the stub.
23 * Wake stub code is a part of the main esp-idf app. During normal running of esp-idf, functions can…
26 -------------------
28 …-idf is called ``esp_wake_deep_sleep()``. This function runs whenever the SoC wakes from deep slee…
32 … to use deep sleep. It is only necessary if you want to have special behaviour immediately on wake.
39 ----------------------------
56 ----------------------------
66 …C_DATA_ATTR`` and ``RTC_RODATA_ATTR`` to specify any data (writeable or read-only, respectively) w…
78 …otherwise it goes to RTC slow memory (default option). This option depends on the ``CONFIG_FREERTO…
102 To reduce wake-up time use the `CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP` Kconfig option, see …
105 ------------------------
109 … will be executed. Otherwise, the normal initialization, bootloader, and esp-idf codes will be exe…
113 …e will be executed. Otherwise, the normal initialization, bootloader and esp-idf codes will be exe…