Doxyfile_esp32s2 2.0 KB

1234567891011121314151617181920212223242526
  1. INPUT += \
  2. $(PROJECT_PATH)/components/driver/touch_sensor/$(IDF_TARGET)/include/driver/touch_sensor.h \
  3. $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/dac_channel.h \
  4. $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
  5. $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
  6. $(PROJECT_PATH)/components/ulp/ulp_common/include/$(IDF_TARGET)/ulp_common_defs.h \
  7. $(PROJECT_PATH)/components/ulp/ulp_fsm/include/$(IDF_TARGET)/ulp.h \
  8. $(PROJECT_PATH)/components/touch_element/include/touch_element/touch_button.h \
  9. $(PROJECT_PATH)/components/touch_element/include/touch_element/touch_element.h \
  10. $(PROJECT_PATH)/components/touch_element/include/touch_element/touch_matrix.h \
  11. $(PROJECT_PATH)/components/touch_element/include/touch_element/touch_slider.h \
  12. $(PROJECT_PATH)/components/usb/include/usb/usb_helpers.h \
  13. $(PROJECT_PATH)/components/usb/include/usb/usb_host.h \
  14. $(PROJECT_PATH)/components/usb/include/usb/usb_types_ch9.h \
  15. $(PROJECT_PATH)/components/usb/include/usb/usb_types_stack.h \
  16. $(PROJECT_PATH)/components/perfmon/include/xtensa_perfmon_access.h \
  17. $(PROJECT_PATH)/components/perfmon/include/xtensa_perfmon_apis.h \
  18. $(PROJECT_PATH)/components/perfmon/include/xtensa_perfmon_masks.h \
  19. $(PROJECT_PATH)/components/esp_phy/include/esp_phy_init.h \
  20. $(PROJECT_PATH)/components/esp_phy/include/esp_phy_cert_test.h \
  21. $(PROJECT_PATH)/components/ulp/ulp_riscv/include/ulp_riscv_lock.h \
  22. $(PROJECT_PATH)/components/ulp/ulp_riscv/include/ulp_riscv.h \
  23. $(PROJECT_PATH)/components/ulp/ulp_riscv/include/ulp_riscv_i2c.h \
  24. $(PROJECT_PATH)/components/ulp/ulp_riscv/shared/include/ulp_riscv_lock_shared.h \
  25. $(PROJECT_PATH)/components/ulp/ulp_fsm/include/ulp_fsm_common.h \
  26. $(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \