Doxyfile_esp32s3 1.1 KB

12345678910111213141516
  1. INPUT += \
  2. $(PROJECT_PATH)/components/ulp/include/$(IDF_TARGET)/ulp.h \
  3. $(PROJECT_PATH)/components/esp_hw_support/include/soc/$(IDF_TARGET)/esp_hmac.h \
  4. $(PROJECT_PATH)/components/esp_hw_support/include/soc/$(IDF_TARGET)/esp_ds.h \
  5. $(PROJECT_PATH)/components/hal/include/hal/mcpwm_types.h \
  6. $(PROJECT_PATH)/components/driver/include/driver/mcpwm.h \
  7. $(PROJECT_PATH)/components/hal/include/hal/pcnt_types.h \
  8. $(PROJECT_PATH)/components/driver/include/driver/pcnt.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/usb/include/usb/usb_helpers.h \
  12. $(PROJECT_PATH)/components/usb/include/usb/usb_host.h \
  13. $(PROJECT_PATH)/components/usb/include/usb/usb_types_ch9.h \
  14. $(PROJECT_PATH)/components/usb/include/usb/usb_types_stack.h \
  15. $(PROJECT_PATH)/components/esp_ipc/include/esp_ipc.h \
  16. $(PROJECT_PATH)/components/esp_ipc/include/esp_ipc_isr.h