Skip to content

maxmbed/docker-arm-cm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Docker Buildroot

A Docker container to build ARM cortex-m target with gcc through a bind working directory.

Build images

docker build -t docker-arm-cm .

Usage

cd <to target project directory>
docker run -it --mount type=bind,source="$(pwd)",destination=/target docker-arm-cm

Then your work directory should be bind in /target.

About

A container to build arm cortext-m target

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published