Docker image for command line MSP430 firmware build using Code Composer Studio. Suitable for automated CI builds.
docker build . -tag ccs
Firmware build:
docker run --rm -v${PWD}:/work -w /work ccs -data WORKSPACE -application com.ti.ccstudio.apps.projectBuild -ccs.projects PROJECT
Poke around interactively:
docker run --rm -it -v${PWD}:/work -w /work --entrypoint bash ccs
- Build process gets stuck for a couple of minutes somewhere between makefiles generation and the compilation step, ticket