esp-idf/components/esp-tls
maojianxin c1374ff769 Fix http client read return value
1.esp_tls: fail connection if esp_tls_conn_new() timeouts
https://gitlab.espressif.cn:6688/espressif/esp-idf/merge_requests/7397

2.esp32:panic: avoid access cache in panichandler

3.Sync https://gitlab.espressif.cn:6688/espressif/esp-idf/merge_requests/7152
Even if frame->exccause != PANIC_RSN_CACHEERR, it is possible that the cache error interrupt status is set. For example, this may happen due to an invalid cache access in the panic$
Check cache error interrupt status instead of frame->exccause to decide whether to do CPU reset or digital reset.
Also remove unnecessary esp_dport_access_int_pause from esp_cache_err_get_cpuid, since the panic handler already calls
esp_dport_access_int_abort on entry.
2020-07-20 17:09:28 +08:00
..
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
component.mk esp-tls: Basic structure 2018-04-06 17:13:14 +05:30
esp_tls.c Fix http client read return value 2020-07-20 17:09:28 +08:00
esp_tls.h esp-tls: Add support to add CN from config and validate PEM buffers 2019-10-09 14:02:48 +00:00