grbl-LPC-CoreXY/DOCKER_README.md
2018-04-30 15:46:21 +02:00

585 B

Arm Embedded Docker Environment

Minimal docker environment for building arm-embedded projects

Usage

Run interactively with docker run -it --rm -v `pwd`:/root ryankurte/docker-arm-embedded /bin/bash.
This will create a temporal instance (changes will be dropped on exit) with a binding from the current directory to the root user home directory.

Includes:

  • build-essential (native)
  • make, cmake
  • gawk, genromfs, ccache
  • arm-none-eabi from launchpad.net
  • Yotta