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 <cursoragent@cursor.com>
This commit is contained in:
morris
2026-09-18 18:08:34 +08:00
parent 26dd294892
commit 69bab4a284

View File

@@ -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