Part Number: CODECOMPOSER
Tool/software:
Hi TI Community,
I'm developing a GitHub Action (uoohyo/action-ccstudio-ide) for automating TI MCU builds in CI/CD pipelines.
Current Challenge:
- CCS versions up to 12v supported CLI installation
- CCS 20v+ appears to have removed CLI installation support
- This breaks our Docker-based CI/CD automation
- Our existing Docker image (uoohyo/docker-ccstudio-ide) can no longer be updated with newer CCS versions
Questions:
- Is there an undocumented CLI installation method for CCS 20v+?
- Are there plans for official Docker images or CLI tools?
Any guidance would be greatly appreciated!