macOS

All the tools can be install using Homebrew:

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

$ # Minicom and OpenOCD
$ brew install minicom openocd

That's all! Go to the next section.