> >> > >> Help already exists... > >> > > > > Could i ask where ? > > help fill > > => > register_command(cmd_ctx, flash_cmd, "fillw", > handle_flash_fill_command, COMMAND_EXEC, > "fill with > pattern <address> <word_pattern> <count>"); > register_command(cmd_ctx, flash_cmd, "fillh", > handle_flash_fill_command, COMMAND_EXEC, > "fill with > pattern <address> <halfword_pattern> <count>"); > register_command(cmd_ctx, flash_cmd, "fillb", > handle_flash_fill_command, COMMAND_EXEC, > "fill with > pattern <address> <byte_pattern> <count>"); >
But we still need to keep the texi in sync, otherwise how do new (or old) users learn about new commands Cheers Spen _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
