Tool/software:
Hello everyone,
Since the MCU+ SDK is installed globally on the PC, it can be referenced by multiple CCS projects. But sometimes I want to make changes to some files from the SDK that are only relevant for certain projects. Normally we have a git repository per firmware project, but changes to the SDK are not tracked because it is installed in a completely different location.
My question would be if it is a viable option to just move the entire SDK into the CCS project folder and thus have changes tracked by git and colleagues who pull the repo will automatically have the correct SDK with the custom changes applied.
Please advise what would be best practice here.
Thanks
Max