Part Number: CC2640R2F
Tool/software: Code Composer Studio
In the future will Code Composer Studio will include only the TI part from the long list of CCS dependencies?
Currently now everything is bundled with the installer but that is not really needed because there are Windows package managers for example Chocolatey which can handle the dependencies part.
--> https://chocolatey.org/about
This could greatly improve how CCS is installed and also make sure that CCS does not spend time on download/reinstall what is already installed on the system.
The list of available packages is located here:
--> https://chocolatey.org/packages
For example, some of CCS9 dependencies could be installed with the following command line:
choco install vcredist2008 vcredist2012 vcredist2015 jre8
Feedback is appreciated.