From 69bab4a284602323e5a59be0dd751d2603fced8e Mon Sep 17 00:00:00 2001 From: morris Date: Fri, 18 Sep 2026 18:08:34 +0800 Subject: [PATCH] fix(g1_components): add esp_hal_cache to HAL component list Include esp_hal_cache so the G1-restricted build still pulls in the cache HAL after it was extracted from the generic HAL. Co-authored-by: Cursor --- tools/test_apps/system/g1_components/g1_setup.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test_apps/system/g1_components/g1_setup.cmake b/tools/test_apps/system/g1_components/g1_setup.cmake index a39676c923e..0013ad5bfcd 100644 --- a/tools/test_apps/system/g1_components/g1_setup.cmake +++ b/tools/test_apps/system/g1_components/g1_setup.cmake @@ -8,6 +8,7 @@ set(g1_components freertos log heap esp_libc esp_system esp_hw_support esp_mm es # Most of these HAL components are required by `clk.c` in `esp_system` for peripherals clock initialization. set(esp_hal_components esp_hal_ana_conv + esp_hal_cache esp_hal_cam esp_hal_dma esp_hal_gpio