Build with Code Composer Studio™ integrated development environment (IDE)
Version updated for https://github.com/uoohyo/action-ccstudio-ide to version v1.0.0.
- This action is used across all versions by 2 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The action-ccstudio-ide GitHub Action automates the setup and execution of builds for embedded projects using Texas Instruments’ Code Composer Studio (CCS) within a CI/CD pipeline. It downloads and installs CCS in a Docker-based Linux environment, enabling developers to compile projects for TI microcontrollers and processors without manual IDE configuration. This action simplifies the integration of CCS into automated workflows, supporting various CCS versions and build configurations.
What’s Changed
- 🔧 Set execute permission for the entrypoint script #major (a78ebf9)
- 📝 #major readme update (2edc6ad)
- 🔧 fix: Update Version (07ef061)
- 🔥 fix: delete build: (342fb77)
- 🐛 fix: action jobs.. checkout and create release.. (86d3c46)
- 🐛 fix: job ‘Bump version and push tag’ id change ’tag_version’ (a3d42ae)
- ✨ fix: add Create a GitHub release Job (5213ba8)
- ✨ feat: add project-path (88bc0fc)
- 🎉 first commit (0dc8d67)