<gamiee>
I changed it just to `char *reg_names[]`, according to feedback, but then checkpatch.sh is complaining: ERROR:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
<gamiee>
Additionally, when changing it to `static const char *reg_names` what was suggested by Thomas, that would require recasting const char* to char* since init_reg_param accepts char*. Any suggestions please? Thanks
en-sc has quit [Remote host closed the connection]
JakeSays_ has joined #openocd
JakeSays has quit [Ping timeout: 252 seconds]
en-sc has joined #openocd
Hawk777 has quit [Quit: Leaving.]
Haohmaru has joined #openocd
lxsameer has joined #openocd
JakeSays has joined #openocd
JakeSays_ has quit [Ping timeout: 245 seconds]
jn has quit []
jn has joined #openocd
<karlp>
tell the reviewers to read the styleguide better ;)
<Haohmaru>
fuh-fuh-fuhuhuhuh-free styler
dlezcano has joined #openocd
<dlezcano>
Hi all
<dlezcano>
Does anyone have a target configuration file for the NXP s32g board ?
<dlezcano>
I'm a newbie on OpenOCD and jtag BTW ;)
<Haohmaru>
uh, do you actually need a config for the _board_ ? don't you just need the target MCU?
<Haohmaru>
or is there something more going on
dlezcano has quit [Remote host closed the connection]
dliviu has quit [Quit: Going away]
dliviu has joined #openocd
<Haohmaru>
oh well, wakamakafo
dlezcano has joined #openocd
<PaulFertser>
dlezcano: do you need just debug or flashing?
<dlezcano>
Just for debugging
<PaulFertser>
dlezcano: so it's cortex-a + cortex-m, it should be reasonably easy to write a Tcl configuration file for this SoC.