Docker images for Mbed OS
Branches correspond to different Mbed OS releases.
Simple! Just call make
.
To build an Mbed OS application, navigate to the app's root directory and then run this:
docker run --rm -it \
--volume ${PWD}:/work \
--workdir /work \
brooksp/mbed-gcc-arm \
mbed compile