openocd/src/target/espressif
Antonio Borneo b7125c369c target: esp_xtensa_smp: fix clang report
The variable 'smp_break' is only set and used in case of smp.
But clang cannot track if 'target->smp' get modified between the
set and the use of 'smp_break', so it consider possible to use
'smp_break' uninitialized.

Initialize 'smp_break' to silent clang.

Change-Id: Ifa25a84fe9ffa25b8b58d7920ec77994c3b7ebfe
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: 77287b8d47 ("target: add Espressif ESP32 basic support")
Reviewed-on: https://review.openocd.org/c/openocd/+/7050
Reviewed-by: Erhan Kurubas <erhan.kurubas@espressif.com>
Tested-by: jenkins
2022-07-02 08:27:31 +00:00
..
esp_xtensa_smp.c target: esp_xtensa_smp: fix clang report 2022-07-02 08:27:31 +00:00
esp_xtensa_smp.h target: add Espressif ESP32 basic support 2022-06-24 21:46:07 +00:00
esp_xtensa.c target: add Espressif ESP32-S2 basic support 2022-06-04 08:18:44 +00:00
esp_xtensa.h target: add Espressif ESP32-S2 basic support 2022-06-04 08:18:44 +00:00
esp32.c target: add Espressif ESP32 basic support 2022-06-24 21:46:07 +00:00
esp32.h target: add Espressif ESP32 basic support 2022-06-24 21:46:07 +00:00
esp32s2.c esp32s2: convert counted timeout to timeval_ms 2022-06-24 21:47:07 +00:00
esp32s2.h target: add Espressif ESP32-S2 basic support 2022-06-04 08:18:44 +00:00
esp32s3.c target: add Espressif ESP32-S3 basic support 2022-06-24 21:46:42 +00:00
esp32s3.h target: add Espressif ESP32-S3 basic support 2022-06-24 21:46:42 +00:00
Makefile.am target: add Espressif ESP32-S3 basic support 2022-06-24 21:46:42 +00:00