Digital Signature support for S3

Closes IDF-1791
This commit is contained in:
Sachin Billore
2021-08-24 21:23:45 +05:30
parent 88e7b5f7be
commit f80d6f8c21
13 changed files with 727 additions and 100 deletions

View File

@@ -1,6 +1,7 @@
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 \