From 3a648e8ed60eb1db3b1f154b3edb4c63b5930e34 Mon Sep 17 00:00:00 2001 From: jingli Date: Thu, 23 Feb 2023 10:06:22 +0800 Subject: [PATCH] ci: h2 does not support deep sleep currently, comment some codes to avoid ci error --- components/esp_hw_support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esp_hw_support/CMakeLists.txt b/components/esp_hw_support/CMakeLists.txt index f20e393137..d43e0332e2 100644 --- a/components/esp_hw_support/CMakeLists.txt +++ b/components/esp_hw_support/CMakeLists.txt @@ -107,6 +107,7 @@ if(NOT BOOTLOADER_BUILD) "adc_share_hw_ctrl.c" # TODO: IDF-6215 "sleep_cpu.c" # TODO: IDF-6267 "sleep_modes.c" # TODO: IDF-6267 + "sleep_wake_stub.c" # TODO: IDF-6267 ) endif() else()