We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbae10 commit 3c6f074Copy full SHA for 3c6f074
scripts/west_commands/runners/pyocd.py
@@ -71,7 +71,7 @@ def do_add_parser(cls, parser):
71
help='path to pyocd tool, default is pyocd')
72
parser.add_argument('--flash-opt', default=[], action='append',
73
help='''Additional options for pyocd flash,
74
- e.g. \'-e chip\' to chip erase''')
+ e.g. --flash-opt="-e=chip" to chip erase''')
75
parser.add_argument('--frequency',
76
help='SWD clock frequency in Hz')
77
parser.add_argument('--gdb-port', default=DEFAULT_PYOCD_GDB_PORT,
0 commit comments