mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 18:10:57 +02:00
feat: Update driver dependency for new version outside components
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
idf_component_register(SRCS "example_sensor_init.c"
|
idf_component_register(SRCS "example_sensor_init.c"
|
||||||
INCLUDE_DIRS "include"
|
INCLUDE_DIRS "include"
|
||||||
REQUIRES esp_cam_sensor
|
REQUIRES esp_driver_i2c esp_cam_sensor
|
||||||
)
|
)
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
idf_component_register(SRCS "i2s_usb_example_main.c"
|
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 ".")
|
INCLUDE_DIRS ".")
|
||||||
|
@@ -1,2 +1,3 @@
|
|||||||
idf_component_register(SRCS "mcpwm_bdc_control_example_main.c"
|
idf_component_register(SRCS "mcpwm_bdc_control_example_main.c"
|
||||||
|
PRIV_REQUIRES "esp_driver_pcnt" "esp_timer"
|
||||||
INCLUDE_DIRS ".")
|
INCLUDE_DIRS ".")
|
||||||
|
Reference in New Issue
Block a user