Getting Started on macOS (Aarch64)
This section is a tutorial to guide to you the Zephyr Workbench usage on macOS (Aarch64) and shows you the steps to follow to create your first "hello_world" application for the STM32F4_DISCOVERY board from the official Zephyr sources.
Requirement
On macOS, VS Code and its extension might be put in quarantine by default. If it is the case, exclude it from quarantine with the command:
xattr -dr com.apple.quarantine Visual\ Studio\ Code.app
Zephyr Workbench on macOS also required Homebrew. Homebrew is an open-source package manager the simply software installation on macOS (or Linux).
To install Homebrew, run the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
For more information about Homebrew, please refer to the documentation.