Arto's Notes re: Apache Mynewt




Installation

Installation on macOS

$ brew tap runtimeco/homebrew-mynewt && brew update

$ brew install mynewt-newt         # the latest release

$ brew unlink mynewt-newt
$ brew install mynewt-newt --HEAD  # the master branch

$ brew install gcc
$ brew install gdb
$ brew install open-ocd

$ brew tap PX4/homebrew-px4 && brew update
$ brew install gcc-arm-none-eabi-49
$ arm-none-eabi-gcc --version

https://mynewt.apache.org/latest/misc/ide.html




See Also