#include "soc/soc_ulp.h" #include "sdkconfig.h" .global wake_up wake_up: /* Check if the system is in sleep mode */ #if CONFIG_IDF_TARGET_ESP32 READ_RTC_REG(RTC_CNTL_LOW_POWER_ST_REG, 27, 0) #else READ_RTC_FIELD(RTC_CNTL_LOW_POWER_ST_REG, RTC_CNTL_MAIN_STATE_IN_IDLE)...
Espressif IoT Development Framework. Official development framework for Espressif SoCs. - esp-idf/components/soc/esp32/rtc_io_periph.c at 494a124d961c4c755685b22fe986c31826d6f503 · espressif/esp-idf
[ 0.886883] Initializing XFRM netlink socket [ 0.891768] NET: Registered protocol family 17 [ 0.897038] NET: Registered protocol family 15 [ 0.902426] VFP support v0.3: not present [ 0.909951] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 0.917968] ALSA device list: [ ...