macOS

All the tools can be installed using Homebrew:

$ # Arm GCC toolchain
$ brew tap ArmMbed/homebrew-formulae
$ brew install arm-none-eabi-gcc

$ # Minicom
$ brew install minicom

That's all! Go to the next section.