On Sat, Nov 5, 2022 at 5:10 PM R. Diez wrote:
>
> 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?
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