esp-idf/components/esp_timer/src
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
..
esp_timer_impl_frc_legacy.c esp_clk: refactor target/clk.h to private/esp_clk.h 2021-11-26 14:56:30 +08:00
esp_timer_impl_lac.c esp_clk: refactor target/clk.h to private/esp_clk.h 2021-11-26 14:56:30 +08:00
esp_timer_impl_systimer.c esp_timer: init rtc timer and system timer in early init 2021-10-26 19:07:34 +08:00
esp_timer.c Fix various warnings generated from Coverity scan 2021-12-09 09:38:53 +05:30
ets_timer_legacy.c Updates for riscv support 2020-11-13 07:49:11 +11:00
system_time.c ESP8684: Add esp_gdbstub, mbedtls, esp_timer 2021-11-06 17:33:45 +08:00