diff options
author | Ivan Smirnov <isgsmirnov@gmail.com> | 2021-06-08 20:56:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 20:56:10 -0400 |
commit | bb3200547440e6b3b976ef738745cdcfff599bfd (patch) | |
tree | fc52d13494521b4420b3bd36e953b73801f9173e /docs | |
parent | 4e69a32103a2905b9a32c80c8d3d798fbb0d9a0f (diff) |
fix(docs): Update macos GCC embedded section with brew cmd
* 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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/development/setup.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/docs/development/setup.md b/docs/docs/development/setup.md index 6ad4e2b..2aed916 100644 --- a/docs/docs/development/setup.md +++ b/docs/docs/development/setup.md @@ -337,6 +337,12 @@ 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 |