mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-13 16:57:35 +00:00
Merge branch 'feat/esp_hal_timg' into 'master'
feat(timg): graduate the hal driver into a single component Closes IDF-14095 See merge request espressif/esp-idf!42202
This commit is contained in:
@@ -479,18 +479,21 @@ examples/peripherals/timer_group/gptimer:
|
||||
- if: SOC_GPTIMER_SUPPORTED != 1
|
||||
depends_components:
|
||||
- esp_driver_gptimer
|
||||
- esp_hal_timg
|
||||
|
||||
examples/peripherals/timer_group/gptimer_capture_hc_sr04:
|
||||
disable:
|
||||
- if: SOC_ETM_SUPPORTED != 1 or SOC_TIMER_SUPPORT_ETM != 1
|
||||
depends_components:
|
||||
- esp_driver_gptimer
|
||||
- esp_hal_timg
|
||||
|
||||
examples/peripherals/timer_group/wiegand_interface:
|
||||
disable:
|
||||
- if: SOC_GPTIMER_SUPPORTED != 1 or IDF_TARGET in ["esp32c2"]
|
||||
depends_components:
|
||||
- esp_driver_gptimer
|
||||
- esp_hal_timg
|
||||
|
||||
examples/peripherals/touch_sensor:
|
||||
disable:
|
||||
|
||||
Reference in New Issue
Block a user