forked from espressif/esp-idf
docs: cleanup target specific doxygen files
Move all headers that can be common to the common Doxyfile. Reduces copy-paste potential for errors when adding new targets.
This commit is contained in:
@@ -1,31 +1,7 @@
|
||||
INPUT += \
|
||||
$(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/dac.h \
|
||||
$(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/i2s_common.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/i2s_pdm.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/i2s_std.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/i2s_types.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/mcpwm_cap.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/mcpwm_cmpr.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/mcpwm_fault.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/mcpwm_gen.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/mcpwm_oper.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/mcpwm_sync.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/mcpwm_timer.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/mcpwm_types.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/pulse_cnt.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/rmt_common.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/rmt_encoder.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/rmt_rx.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/rmt_tx.h \
|
||||
$(PROJECT_PATH)/components/driver/include/driver/rmt_types.h \
|
||||
$(PROJECT_PATH)/components/esp_psram/include/esp32/himem.h \
|
||||
$(PROJECT_PATH)/components/esp_system/include/esp_ipc.h \
|
||||
$(PROJECT_PATH)/components/esp_system/include/esp_ipc_isr.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/i2s_types.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/mcpwm_types.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/pcnt_types.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/rmt_types.h \
|
||||
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/dac_channel.h \
|
||||
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
|
||||
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
|
||||
|
Reference in New Issue
Block a user