21 .help =
"testee target commands",
#define COMMAND_REGISTRATION_DONE
Use this as the last entry in an array of command_registration records.
const struct command_registration hello_command_handlers[]
Export the registration for the hello command group, so it can be embedded in example drivers.
const char * usage
a string listing the options and arguments, required or optional
This holds methods shared between all instances of a given target type.
const char * name
Name of this type of target.
static int testee_init(struct command_context *cmd_ctx, struct target *target)
struct target_type testee_target
static int testee_reset_assert(struct target *target)
static int testee_poll(struct target *target)
static int testee_reset_deassert(struct target *target)
static const struct command_registration testee_command_handlers[]
static int testee_halt(struct target *target)