mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
docs(build): add header include path and component require to api reference
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Header files that will be ignored when generating extra header information
|
||||
# For API reference (include path/REQUIRE component)
|
||||
# ULP header files for the ULP app do not have an IDF header path/component require
|
||||
components/ulp/lp_core/lp_core/include/ulp_lp_core_gpio.h
|
||||
components/ulp/lp_core/lp_core/include/ulp_lp_core_i2c.h
|
||||
components/ulp/lp_core/lp_core/include/ulp_lp_core_utils.h
|
||||
# ESSL headers do not belong to any IDF component, in a user project it will come from a managed component
|
||||
components/driver/test_apps/components/esp_serial_slave_link/include/esp_serial_slave_link/essl_sdio.h
|
||||
components/driver/test_apps/components/esp_serial_slave_link/include/esp_serial_slave_link/essl_spi.h
|
||||
components/driver/test_apps/components/esp_serial_slave_link/include/esp_serial_slave_link/essl.h
|
||||
Reference in New Issue
Block a user