Hi all: In file src/helper/command.h , "struct command", there are these 2 members:
command_handler_t handler; Jim_CmdProc *jim_handler; OpenOCD commands seem to use the one or the other. What is the difference? If one preferable? Thanks in advance, rdiez