doc: boards adafruit_itsybitsy_m4_express: Fix flash command
Fix the west flash command example using the new flash-args option. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
421693b574
commit
d0aec24e45
1 changed files with 2 additions and 1 deletions
|
@ -179,7 +179,8 @@ debugged using a SWD probe such as the Segger J-Link.
|
|||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/hello_world
|
||||
:board: adafruit_itsybitsy_m4_express
|
||||
:goals: flash -r openocd
|
||||
:goals: flash
|
||||
:flash-args: -r openocd
|
||||
:compact:
|
||||
|
||||
#. Start debugging:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue