esp-idf/components/mbedtls
Ivan Grokhotkov 708e99497b
global: add dependency on esp_timer component and include esp_timer.h
Some components were including esp_timer.h without declaring a
dependency on esp_timer component. This used to work due to a
transitive public dependency on esp_timer from freertos component.
Add explicit dependencies where needed.
Also some source files were using esp_timer functions without
including the header file. This used to work because esp_timer.h was
included from freertos port header file. This commit adds esp_timer.h
includes where needed.
2022-04-25 18:39:23 +02:00
..
esp_crt_bundle esp_crt_bundle: Add bounds checking for the "esp_crt_bundle_set" API. 2022-03-31 13:11:11 +05:30
mbedtls@9bb5effc32 Update mbedtls submodule to 3.1 2022-03-03 01:37:10 +05:30
port mbedtls: fix argument types to match mbedtls/shaXXX.h 2022-04-21 12:30:49 +07:00
test global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
CMakeLists.txt esp_crt_bundle: Fix build problems if MBEDTLS_CERTIFICATE_BUNDLE is disabled 2022-04-06 05:10:43 +00:00
Kconfig esp_crt_bundle: Add bounds checking for the "esp_crt_bundle_set" API. 2022-03-31 13:11:11 +05:30