esp-idf/examples/protocols/https_request/main
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
..
include feature: Checking Certificate Expiry 2021-11-19 09:43:27 +05:30
CMakeLists.txt https_request_example: 2021-12-05 02:54:52 +08:00
https_request_example_main.c global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
Kconfig.projbuild https_request_example: 2021-12-05 02:54:52 +08:00
local_server_cert.pem https_request_example: 2021-12-05 02:54:52 +08:00
local_server_key.pem https_request_example: 2021-12-05 02:54:52 +08:00
server_root_cert.pem Updated the root certificate of https examples 2021-10-01 13:02:48 +05:30
time_sync.c feature: Checking Certificate Expiry 2021-11-19 09:43:27 +05:30