Files
esp-idf/docs/component_info_ignore_file.txt
Sudeep Mohanty cb2b2f9b78 refactor(ulp): build the ULP coprocessor code as per-architecture components
A ULP program is built against ulp_riscv, lp_core or ulp_fsm, each stating its
own sources, dependencies and memory layout. Sources shared with the driver
stay in components/ulp.
2026-09-02 09:31:07 +02:00

16 lines
1.0 KiB
Plaintext

# 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/subproject/components/lp_core/include/ulp_lp_core_gpio.h
components/ulp/subproject/components/lp_core/include/ulp_lp_core_i2c.h
components/ulp/subproject/components/lp_core/include/ulp_lp_core_print.h
components/ulp/subproject/components/lp_core/include/ulp_lp_core_uart.h
components/ulp/subproject/components/lp_core/include/ulp_lp_core_utils.h
components/ulp/subproject/components/lp_core/include/ulp_lp_core_interrupts.h
components/ulp/subproject/components/lp_core/include/ulp_lp_core_spi.h
components/ulp/subproject/components/lp_core/include/ulp_lp_core_mailbox.h
# ESP-TEE header files
components/esp_tee/subproject/components/tee_sec_storage/include/esp_tee_sec_storage.h
components/esp_tee/subproject/components/tee_attestation/esp_tee_attestation.h
components/esp_tee/subproject/components/tee_ota_ops/include/esp_tee_ota_ops.h