Table of Contents
Presentations
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
Source Code
Tooling
Networking
Hardware
History
My Contributions
- apache/mynewt-newt: #249: Bump the Go version requirement from 1.7 to 1.10
- apache/mynewt-newt: #248: Remove outdated information from README
- apache/mynewt-documentation: #63: Correct & update native toolchain how-to for macOS
- apache/mynewt-documentation: #62: Simplify OpenOCD install instructions for macOS
See Also
- Arto's Notes re: RTOSes