From ca527d9f12bceb23d8ace958233edcdd63de3db7 Mon Sep 17 00:00:00 2001 From: Toon Stegen Date: Thu, 4 Apr 2024 17:32:30 +0200 Subject: [PATCH] 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 --- doc/develop/getting_started/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/develop/getting_started/index.rst b/doc/develop/getting_started/index.rst index 5946e37d068..56fcb7e991f 100644 --- a/doc/develop/getting_started/index.rst +++ b/doc/develop/getting_started/index.rst @@ -132,7 +132,7 @@ The current minimum required version for the main dependencies are: .. code-block:: bash - brew install cmake ninja gperf python3 ccache qemu dtc libmagic wget + brew install cmake ninja gperf python3 ccache qemu dtc libmagic wget openocd #. Add the Homebrew Python folder to the path, in order to be able to execute ``python`` and ``pip`` as well ``python3`` and ``pip3``.