Doxyfile_esp32s2 1.6 KB

123456789101112131415161718192021
  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/pcnt_types.h \
  5. $(PROJECT_PATH)/components/driver/include/driver/pcnt.h \
  6. $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
  7. $(PROJECT_PATH)/components/driver/esp32s2/include/driver/temp_sensor.h \
  8. $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
  9. $(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
  10. $(PROJECT_PATH)/components/esp_hw_support/include/soc/esp32s2/esp_ds.h \
  11. $(PROJECT_PATH)/components/esp_hw_support/include/soc/esp32s2/esp_hmac.h \
  12. $(PROJECT_PATH)/components/ulp/include/esp32s2/ulp_riscv.h \
  13. $(PROJECT_PATH)/components/ulp/include/$(IDF_TARGET)/ulp.h \
  14. $(PROJECT_PATH)/components/touch_element/include/touch_element/touch_element.h \
  15. $(PROJECT_PATH)/components/touch_element/include/touch_element/touch_button.h \
  16. $(PROJECT_PATH)/components/touch_element/include/touch_element/touch_slider.h \
  17. $(PROJECT_PATH)/components/touch_element/include/touch_element/touch_matrix.h \
  18. $(PROJECT_PATH)/components/usb/include/usb/usb_helpers.h \
  19. $(PROJECT_PATH)/components/usb/include/usb/usb_host.h \
  20. $(PROJECT_PATH)/components/usb/include/usb/usb_types_ch9.h \
  21. $(PROJECT_PATH)/components/usb/include/usb/usb_types_stack.h