Sign inSign up

brooksp/mbed-gcc-arm

By brooksp

•Updated about 6 years ago

Docker image with Mbed OS CLI and GNU Arm Embedded Toolchain

Image
0

321

brooksp/mbed-gcc-arm repository overview

⁠Docker images for Mbed OS⁠

Branches correspond to different Mbed OS releases.

⁠Building the Docker image

Simple! Just call make.

⁠Using the image to build an Mbed app

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

Tag summary

Content type

Image

Digest

Size

459 MB

Last updated

about 6 years ago

docker pull brooksp/mbed-gcc-arm