Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 802 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 802 Bytes

Code Composer Studio docker

Docker image for command line MSP430 firmware build using Code Composer Studio. Suitable for automated CI builds.

Building

docker build . -tag ccs

Usage

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

Known issues

  • Build process gets stuck for a couple of minutes somewhere between makefiles generation and the compilation step, ticket