Skip to content

michalkaptur/ccs_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

CCStudio docker image for command line firmware builds

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors