2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-18 22:42:25 +10:00
openocd/src
Kevin Yang 92ea7e41b9 target: Examine subsequent targets after failure
When a target examination fails, continue to examine subsequent targets.
Return the number of targets that failed to examine.

Change-Id: I883a0c445edc7eb00f496b79271d773771ec6b66
Signed-off-by: Kevin Yang <kangyang@google.com>
Reviewed-on: http://openocd.zylin.com/5855
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2020-11-07 20:52:26 +00:00
..
flash target/image: Use proper data types 2020-11-07 20:52:00 +00:00
helper helper/command: fix clang static analyzer warning 2020-11-04 17:35:14 +00:00
jtag target/image: Use proper data types 2020-11-07 20:52:00 +00:00
pld openocd: use proper format with uint32_t 2020-09-05 17:12:44 +01:00
rtos rtos: make private the API rtos_try_next() 2020-11-04 17:39:42 +00:00
server server: permit the add_service function to return the created service 2020-11-07 20:49:53 +00:00
svf openocd: fix command's usage string 2020-09-05 17:13:10 +01:00
target target: Examine subsequent targets after failure 2020-11-07 20:52:26 +00:00
transport transport: remove unused function transports_are_declared() 2020-11-04 17:39:35 +00:00
xsvf openocd: avoid checking for non NULL pointer to free it 2020-09-05 17:11:50 +01:00
hello.c
hello.h
main.c
Makefile.am
openocd.c openocd: convert function setup_command_handler() to static 2020-11-04 17:40:14 +00:00
openocd.h