Tool/software: TI C/C++ Compiler
Hello,
we are using the CC2640R2 and CCStudio.
Our version management is done on GitHub, and we are using GitHub Actions for CI.
We would like to integrate the CCStudio Toolchain into our Actions and trigger a build of the whole solution after initial unit tests have passed.
For building the application, we probably need CCStudio(?) and the TI v18.2.3. LTS compiler.
Is there a way to get these tools through command line and trigger a build of the embedded application?
If it is not possible, please point me to ressources that document switching to the GNU compiler, so we can set up our own toolchain and remove CCStudio.