Instructions for MacOS - ntut-rf/mcu GitHub Wiki
-
Install Xcode
-
Install ARM GCC,
If you are using Homebrew,
# to tap the repository $ brew tap osx-cross/arm # to install the toolchain $ brew install arm-gcc-binIf you are using MacPorts,
$ sudo port install arm-none-eabi-gcc -
Install OpenOCD
If you are using Homebrew,
$ brew install open-ocdIf you are using MacPorts,
$ sudo port install openocd -
Install Git