Skip to content

Commit ca527d9

Browse files
toonstaescolar
authored andcommitted
doc: add openocd as a dependency for mac
openocd is not part of the mac Zephyr SDK, so it should be installed through brew Signed-off-by: Toon Stegen <[email protected]>
1 parent 66af7a6 commit ca527d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/develop/getting_started/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The current minimum required version for the main dependencies are:
132132

133133
.. code-block:: bash
134134
135-
brew install cmake ninja gperf python3 ccache qemu dtc libmagic wget
135+
brew install cmake ninja gperf python3 ccache qemu dtc libmagic wget openocd
136136
137137
#. Add the Homebrew Python folder to the path, in order to be able to
138138
execute ``python`` and ``pip`` as well ``python3`` and ``pip3``.

0 commit comments

Comments
 (0)