Doxyfile_esp32 2.3 KB

123456789101112131415161718192021222324252627282930313233
  1. INPUT += \
  2. $(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/dac.h \
  3. $(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
  4. $(PROJECT_PATH)/components/driver/include/driver/i2s_common.h \
  5. $(PROJECT_PATH)/components/driver/include/driver/i2s_pdm.h \
  6. $(PROJECT_PATH)/components/driver/include/driver/i2s_std.h \
  7. $(PROJECT_PATH)/components/driver/include/driver/i2s_types.h \
  8. $(PROJECT_PATH)/components/driver/include/driver/mcpwm_cap.h \
  9. $(PROJECT_PATH)/components/driver/include/driver/mcpwm_cmpr.h \
  10. $(PROJECT_PATH)/components/driver/include/driver/mcpwm_fault.h \
  11. $(PROJECT_PATH)/components/driver/include/driver/mcpwm_gen.h \
  12. $(PROJECT_PATH)/components/driver/include/driver/mcpwm_oper.h \
  13. $(PROJECT_PATH)/components/driver/include/driver/mcpwm_sync.h \
  14. $(PROJECT_PATH)/components/driver/include/driver/mcpwm_timer.h \
  15. $(PROJECT_PATH)/components/driver/include/driver/mcpwm_types.h \
  16. $(PROJECT_PATH)/components/driver/include/driver/pulse_cnt.h \
  17. $(PROJECT_PATH)/components/driver/include/driver/rmt_common.h \
  18. $(PROJECT_PATH)/components/driver/include/driver/rmt_encoder.h \
  19. $(PROJECT_PATH)/components/driver/include/driver/rmt_rx.h \
  20. $(PROJECT_PATH)/components/driver/include/driver/rmt_tx.h \
  21. $(PROJECT_PATH)/components/driver/include/driver/rmt_types.h \
  22. $(PROJECT_PATH)/components/esp_psram/include/esp32/himem.h \
  23. $(PROJECT_PATH)/components/esp_system/include/esp_ipc.h \
  24. $(PROJECT_PATH)/components/esp_system/include/esp_ipc_isr.h \
  25. $(PROJECT_PATH)/components/hal/include/hal/i2s_types.h \
  26. $(PROJECT_PATH)/components/hal/include/hal/mcpwm_types.h \
  27. $(PROJECT_PATH)/components/hal/include/hal/pcnt_types.h \
  28. $(PROJECT_PATH)/components/hal/include/hal/rmt_types.h \
  29. $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/dac_channel.h \
  30. $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
  31. $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
  32. $(PROJECT_PATH)/components/ulp/ulp_common/include/$(IDF_TARGET)/ulp_common_defs.h \
  33. $(PROJECT_PATH)/components/ulp/ulp_fsm/include/$(IDF_TARGET)/ulp.h \