Files
esp-idf/components/esp32
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
..
2020-04-17 22:44:22 +08:00
2020-04-17 22:44:22 +08:00
2018-08-20 16:49:20 +08:00
2019-12-26 13:51:29 +08:00
2019-03-05 12:11:45 +08:00
2020-03-13 13:41:34 +08:00
2016-08-17 23:08:22 +08:00
2019-12-25 15:53:13 +08:00
2020-07-20 17:09:28 +08:00
2019-12-26 13:51:29 +08:00
2019-04-02 12:54:08 +11:00
2020-03-13 13:41:34 +08:00