mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
refactor(gptimer): refactor gptimer driver into a component
This commit is contained in:
@@ -79,9 +79,6 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/driver/dac/include/driver/dac_cosine.h \
|
||||
$(PROJECT_PATH)/components/driver/dac/include/driver/dac_oneshot.h \
|
||||
$(PROJECT_PATH)/components/driver/dac/include/driver/dac_types.h \
|
||||
$(PROJECT_PATH)/components/driver/gptimer/include/driver/gptimer.h \
|
||||
$(PROJECT_PATH)/components/driver/gptimer/include/driver/gptimer_etm.h \
|
||||
$(PROJECT_PATH)/components/driver/gptimer/include/driver/gptimer_types.h \
|
||||
$(PROJECT_PATH)/components/driver/i2c/include/driver/i2c.h \
|
||||
$(PROJECT_PATH)/components/driver/i2s/include/driver/i2s_common.h \
|
||||
$(PROJECT_PATH)/components/driver/i2s/include/driver/i2s_pdm.h \
|
||||
@@ -139,6 +136,9 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/esp_driver_gpio/include/driver/gpio_filter.h \
|
||||
$(PROJECT_PATH)/components/esp_driver_gpio/include/driver/lp_io.h \
|
||||
$(PROJECT_PATH)/components/esp_driver_gpio/include/driver/rtc_io.h \
|
||||
$(PROJECT_PATH)/components/esp_driver_gptimer/include/driver/gptimer.h \
|
||||
$(PROJECT_PATH)/components/esp_driver_gptimer/include/driver/gptimer_etm.h \
|
||||
$(PROJECT_PATH)/components/esp_driver_gptimer/include/driver/gptimer_types.h \
|
||||
$(PROJECT_PATH)/components/esp_driver_pcnt/include/driver/pulse_cnt.h \
|
||||
$(PROJECT_PATH)/components/esp_eth/include/esp_eth_com.h \
|
||||
$(PROJECT_PATH)/components/esp_eth/include/esp_eth_driver.h \
|
||||
|
Reference in New Issue
Block a user