Docker image with Mbed OS CLI and GNU Arm Embedded Toolchain
315
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
Content type
Image
Digest
Size
459 MB
Last updated
about 6 years ago
docker pull brooksp/mbed-gcc-arm