Doxyfile_esp32 855 B

123456789101112
  1. INPUT += \
  2. $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/dac_channel.h \
  3. $(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/dac.h \
  4. $(PROJECT_PATH)/components/hal/include/hal/mcpwm_types.h \
  5. $(PROJECT_PATH)/components/driver/include/driver/mcpwm.h \
  6. $(PROJECT_PATH)/components/hal/include/hal/pcnt_types.h \
  7. $(PROJECT_PATH)/components/driver/include/driver/pcnt.h \
  8. $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
  9. $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
  10. $(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
  11. $(PROJECT_PATH)/components/esp_hw_support/include/soc/esp32/himem.h \
  12. $(PROJECT_PATH)/components/ulp/include/$(IDF_TARGET)/ulp.h