mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
build docs: enable building of S3 docs
* Added suport for building esp32s3 docs * Fixed all related warnings * Activated building of S3 docs for build HTML fast CI job
This commit is contained in:
8
docs/doxygen/Doxyfile_esp32s3
Normal file
8
docs/doxygen/Doxyfile_esp32s3
Normal file
@@ -0,0 +1,8 @@
|
||||
INPUT += \
|
||||
$(IDF_PATH)/components/ulp/include/$(IDF_TARGET)/ulp.h \
|
||||
$(IDF_PATH)/components/hal/include/hal/mcpwm_types.h \
|
||||
$(IDF_PATH)/components/driver/include/driver/mcpwm.h \
|
||||
$(IDF_PATH)/components/hal/include/hal/pcnt_types.h \
|
||||
$(IDF_PATH)/components/driver/include/driver/pcnt.h \
|
||||
$(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
|
||||
$(IDF_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h
|
Reference in New Issue
Block a user