mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-27 04:55:53 +00:00
refactor(esp_srp): Expose esp_srp.h and add API docs
- Also added missing `protocomm_security2` reference in `protocomm.rst`
This commit is contained in:
@@ -274,9 +274,11 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/protocomm/include/security/protocomm_security.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/security/protocomm_security0.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/security/protocomm_security1.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/security/protocomm_security2.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/transports/protocomm_ble.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/transports/protocomm_console.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/transports/protocomm_httpd.h \
|
||||
$(PROJECT_PATH)/components/protocomm/include/crypto/srp6a/esp_srp.h \
|
||||
$(PROJECT_PATH)/components/pthread/include/esp_pthread.h \
|
||||
$(PROJECT_PATH)/components/sdmmc/include/sdmmc_cmd.h \
|
||||
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/adc_channel.h \
|
||||
|
||||
Reference in New Issue
Block a user