kopia lustrzana https://github.com/espressif/esp-idf
7c494055e3
App can contain a stub program resident in RTC fast memory. Bootloader will load the stub on initial boot. If the device wakes from deep sleep, the stub is run immediately (before any other data is loaded, etc.) To implement a custom wake stub, implement a function in your program: ``` void RTC_IRAM_ATTR esp_wake_deep_sleep(void) { esp_default_wake_deep_sleep(); // other wake logic } ``` ... and it will replace the default implementation. |
||
---|---|---|
.. | ||
src | ||
Kconfig.projbuild | ||
Makefile.projbuild |