esp-idf/components/esp_timer
Mahavir Jain 203f82cc49 Fix various warnings generated from Coverity scan
esp_timer:
Control flow issues  (DEADCODE)
    Execution cannot reach this statement: "break;".

protocomm_httpd:
(UNUSED_VALUE)
    Assigning value from "cookie_session_id" to "cur_cookie_session_id" here, but that stored value is overwritten before it can be used.

esp_flash_api:
Null pointer dereferences  (REVERSE_INULL)
    Null-checking "chip" suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
2021-12-09 09:38:53 +05:30
..
include esp_timer: Added esp_timer_get_period/expiry_time APIs 2021-11-11 15:13:05 +05:30
private_include esp_timer: init rtc timer and system timer in early init 2021-10-26 19:07:34 +08:00
src Fix various warnings generated from Coverity scan 2021-12-09 09:38:53 +05:30
test Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
CMakeLists.txt esp_timer: correct startup time 2021-03-25 15:38:27 +08:00
Kconfig
sdkconfig.rename