mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
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:
@@ -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.
|
# Most of these HAL components are required by `clk.c` in `esp_system` for peripherals clock initialization.
|
||||||
set(esp_hal_components
|
set(esp_hal_components
|
||||||
esp_hal_ana_conv
|
esp_hal_ana_conv
|
||||||
|
esp_hal_cache
|
||||||
esp_hal_cam
|
esp_hal_cam
|
||||||
esp_hal_dma
|
esp_hal_dma
|
||||||
esp_hal_gpio
|
esp_hal_gpio
|
||||||
|
|||||||
Reference in New Issue
Block a user