mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
81391fb18c
[esp_hw_support]: Digital Signature support for S3 Closes IDF-1791 See merge request espressif/esp-idf!14955
15 lines
982 B
Plaintext
15 lines
982 B
Plaintext
INPUT += \
|
|
$(PROJECT_PATH)/components/ulp/include/$(IDF_TARGET)/ulp.h \
|
|
$(PROJECT_PATH)/components/esp_hw_support/include/soc/$(IDF_TARGET)/esp_hmac.h \
|
|
$(PROJECT_PATH)/components/esp_hw_support/include/soc/$(IDF_TARGET)/esp_ds.h \
|
|
$(PROJECT_PATH)/components/hal/include/hal/mcpwm_types.h \
|
|
$(PROJECT_PATH)/components/driver/include/driver/mcpwm.h \
|
|
$(PROJECT_PATH)/components/hal/include/hal/pcnt_types.h \
|
|
$(PROJECT_PATH)/components/driver/include/driver/pcnt.h \
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
|
|
$(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
|
|
$(PROJECT_PATH)/components/usb/include/usb/usb_helpers.h \
|
|
$(PROJECT_PATH)/components/usb/include/usb/usb_host.h \
|
|
$(PROJECT_PATH)/components/usb/include/usb/usb_types_ch9.h \
|
|
$(PROJECT_PATH)/components/usb/include/usb/usb_types_stack.h
|