riscv-openocd/src
Antonio Borneo a18c1f289d target/openrisc: use coherent syntax in struct initialization
While initializing struct command_registration, the field's name "name"
is not specified, thus relying on the fact that it is the first field
declared in the struct and it's initialization value can be listed as
the first one.

Be coherent in the struct initialization and always use the field's
name.

Change-Id: I65d32870bf4d3df845db69682fe445c71642f976
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5012
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
2019-04-07 08:14:44 +01:00
..
flash flash/nor/core.h: clarify comment flash_sector::is_erased 2019-04-03 21:58:07 +01:00
helper log: add const qualifier to commands struct 2019-04-07 08:14:02 +01:00
jtag stlink: Set speed before entering JTAG/SWD mode 2019-03-26 08:20:06 +00:00
pld Convert to non-recursive make 2016-12-08 16:23:10 +00:00
rtos rtos/hwthread: add hardware-thread pseudo rtos 2019-03-08 12:54:47 +00:00
server tcl_server: fix minor typo in comment 2019-04-03 21:59:59 +01:00
svf svf: improve robustness when processing invalid SVF files 2018-03-13 08:41:21 +00:00
target target/openrisc: use coherent syntax in struct initialization 2019-04-07 08:14:44 +01:00
transport configure: disable all drivers when zy1000 is enabled 2018-04-09 09:04:46 +01:00
xsvf Convert to non-recursive make 2016-12-08 16:23:10 +00:00
Makefile.am Convert to non-recursive make 2016-12-08 16:23:10 +00:00
hello.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
hello.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
main.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
openocd.c armv8: valgrind memleak fixes 2018-04-10 09:13:02 +01:00
openocd.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00