forked from espressif/esp-idf
change(esp_hw_support): adpate the sleep exit flow execute time when sleep iram optimization is disabled
This commit is contained in:
@@ -162,6 +162,12 @@
|
||||
#elif CONFIG_IDF_TARGET_ESP32C2
|
||||
#define DEFAULT_SLEEP_OUT_OVERHEAD_US (118)
|
||||
#define DEFAULT_HARDWARE_OUT_OVERHEAD_US (9)
|
||||
# if !CONFIG_PM_SLP_IRAM_OPT
|
||||
#undef DEFAULT_SLEEP_OUT_OVERHEAD_US
|
||||
#define DEFAULT_SLEEP_OUT_OVERHEAD_US (2779)
|
||||
#undef DEFAULT_HARDWARE_OUT_OVERHEAD_US
|
||||
#define DEFAULT_HARDWARE_OUT_OVERHEAD_US (157)
|
||||
# endif
|
||||
#elif CONFIG_IDF_TARGET_ESP32C6
|
||||
#define DEFAULT_SLEEP_OUT_OVERHEAD_US (318)
|
||||
#define DEFAULT_HARDWARE_OUT_OVERHEAD_US (56)
|
||||
|
Reference in New Issue
Block a user