From 5d83f467d2c8e4e69fb78defd7cfd0e8299e1f72 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Thu, 18 Mar 2021 11:15:46 -0700 Subject: [PATCH] Update macos GCC embedded section with brew cmd Brew has a cask for GCC embedded, so we can make this guide more user friendly by providing it. --- docs/docs/development/setup.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/development/setup.md b/docs/docs/development/setup.md index 6ad4e2bf..37b30dd5 100644 --- a/docs/docs/development/setup.md +++ b/docs/docs/development/setup.md @@ -337,6 +337,11 @@ Since the Zephyrâ„¢ SDK is not available for Windows, we recommending following Since the Zephyrâ„¢ SDK is not available for macOS, we recommending following the steps to install the [GNU ARM Embedded](https://docs.zephyrproject.org/2.3.0/getting_started/toolchain_3rd_party_x_compilers.html#gnu-arm-embedded). +The install command is: +``` +brew install --cask gcc-arm-embedded +``` + :::warning Security Controls Workaround Please be sure to read the [additional setup instructions](https://docs.zephyrproject.org/2.3.0/getting_started/installation_mac.html#mac-gatekeeper) needed to address security controls found in macOS 10.15 Catalina and newer