uoohyo/ccstudio-ide

Sponsored OSS

By uoohyo

Updated 3 months ago

Code Composer Studio™ integrated development environment (IDE)

Image
Languages & frameworks
Internet of things
Developer tools
2

10K+

uoohyo/ccstudio-ide repository overview

Build Docker Pulls Docker Image Size Docker Image Version GitHub Stars License: MIT

docker-ccstudio-ide CCS™ Version Build Status
VersionStatus
v20.5.1.00012available
v20.5.0.00028available
v20.4.1.00004available
v20.4.0.00013available
v20.3.1.00005available
v20.3.0.00014available
📋 See all versions →

A Docker image providing a headless CI/CD environment for Code Composer Studio (CCS), Texas Instruments' IDE for microcontrollers and processors. Each image ships with the CCS installer pre-extracted — no internet connection is required at runtime.

Note: CCS is installed on first container start. Expect ~3–5 minutes for the installation to complete.

Quick Start

Pull a version-specific image from Docker Hub:

docker pull uoohyo/ccstudio-ide:20.5.0.00028

Or use the latest:

docker pull uoohyo/ccstudio-ide:latest

Run the container:

docker run -it uoohyo/ccstudio-ide:20.5.0.00028

See docs/versions.md for all available versions.

Configuration

Components

Use the COMPONENTS environment variable to select which TI product families to install. Supported on CCS v10 and above — for v9 and below, all product families are installed regardless.

docker run -it \
  -e COMPONENTS=PF_C28 \
  uoohyo/ccstudio-ide:20.5.0.00028

Multiple families can be specified with a comma:

docker run -it \
  -e COMPONENTS="PF_MSP430,PF_CC2X" \
  uoohyo/ccstudio-ide:20.5.0.00028
Product FamilyDescription
PF_MSP430MSP430 ultra-low power MCUs
PF_MSP432SimpleLink™ MSP432™ low power + performance MCUs
PF_CC2XSimpleLink™ CC13xx and CC26xx Wireless MCUs
PF_CC3XSimpleLink™ Wi-Fi® CC32xx Wireless MCUs
PF_CC2538CC2538 IEEE 802.15.4 Wireless MCUs
PF_C28C2000 real-time MCUs
PF_TM4CTM4C12x ARM® Cortex®-M4F core-based MCUs
PF_PGAPGA Sensor Signal Conditioners
PF_HERCULESHercules™ Safety MCUs
PF_SITARASitara™ AM3x, AM4x, AM5x and AM6x MPUs (will also include AM2x for CCS 10.x)
PF_SITARA_MCUSitara™ AM2x MCUs (only supported in CCS 11.x and greater)
PF_OMAPLOMAP-L1x DSP + ARM9® Processor
PF_DAVINCIDaVinci (DM) Video Processors
PF_OMAPOMAP Processors
PF_TDA_DRATDAx Driver Assistance SoCs & Jacinto DRAx Infotainment SoCs
PF_C55C55x ultra-low-power DSP
PF_C6000SCC6000 Power-Optimized DSP
PF_C66AK_KEYSTONE66AK2x multicore DSP + ARM® Processors & C66x KeyStone™ multicore DSP
PF_MMWAVEmmWave Sensors
PF_C64MCC64x multicore DSP
PF_DIGITAL_POWERUCD Digital Power Controllers

Usage

Once the container is running and installation is complete, use CLI commands to manage and build projects.

CCS v20 and above (Theia-based):

Import a project into the workspace:

ccs-server-cli -noSplash -workspace <workspace_path> -application com.ti.ccs.apps.importProject -ccs.location <project_path>

Build a project:

ccs-server-cli -noSplash -workspace <workspace_path> -application com.ti.ccs.apps.buildProject -ccs.projects <project_name> -ccs.configuration <build_name>

CCS v12 and below (Eclipse-based):

Import a project into the workspace:

eclipse -noSplash -data <workspace_path> -application com.ti.ccstudio.apps.projectImport -ccs.location <project_path>

Build a project:

eclipse -noSplash -data <workspace_path> -application com.ti.ccstudio.apps.projectBuild -ccs.projects <project_name> -ccs.configuration <build_name>

For more commands, see the CCS command-line documentation.

Contributing

Contributions are welcome! Whether it's bug reports, feature requests, version bumps, or documentation improvements — feel free to open an issue or pull request.

This project is maintained by uoohyo.

License

MIT License

Copyright (c) 2024-2026 uoohyo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Tag summary

Content type

Image

Digest

sha256:28900fa89

Size

1.4 GB

Last updated

3 months ago

docker pull uoohyo/ccstudio-ide

This week's pulls

Pulls:

618

Last week