I am using MCXpresso, and of course need to make sure that all of my work ends up in a source code repository.
I am pretty confident that I am capturing all the outputs of the process (such as auto-generated code) as they appear in my workspace,
What I need to confirm is all the INPUTS to the process that produced the output.
The .mex file seems to end up in the workspace, but are there any files outside the workspace that I really need to make sure are committed to the repository?
I just want to make sure if my laptop dies, a new person takes over the project, etc... that any user can drive the MCUXpresso creation process. It seems reasonable that they need to install the version of MCUXpresso and the SDK that I originally used (which they should be able to get from NXP). Then I just want them to have to clone the repository and open the workspace. So, are there any files outside the workspace that I need to explicitly capture?
Thanks!