Merge branch 'refactor/update_component_dependency_v5.5' into 'release/v5.5'

feat: Update driver dependency for new version external components (v5.5)

See merge request espressif/esp-idf!42210
This commit is contained in:
morris
2025-09-27 05:14:21 +08:00
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
idf_component_register(SRCS "example_sensor_init.c"
INCLUDE_DIRS "include"
REQUIRES esp_cam_sensor
REQUIRES esp_driver_i2c esp_cam_sensor
)

View File

@@ -1,3 +1,3 @@
idf_component_register(SRCS "i2s_usb_example_main.c"
PRIV_REQUIRES esp_driver_i2s esp_driver_i2c
PRIV_REQUIRES esp_driver_i2s esp_driver_i2c esp_driver_gpio
INCLUDE_DIRS ".")

View File

@@ -1,2 +1,3 @@
idf_component_register(SRCS "mcpwm_bdc_control_example_main.c"
PRIV_REQUIRES "esp_driver_pcnt" "esp_timer"
INCLUDE_DIRS ".")