I'm using VS Code and the nRF Connect extensions to build a project that is derived from a sample app. It was created as a freestanding project, so the SDK is shared with other projects.
I need to modify a couple of files in the SDK and maintain my changed file in our own git repo along with the rest of the project.
For comparison, in previous projects we used a variant of Eclipse and it handles a private copy like this and excludes the original copy in the SDK from the build. Is there a similar way in the nRF build?
How can I create a copy of an SDK file in my project that will "shadow" the original file? Is there a way to exclude the original file and have the build use my private copy?
Thanks.
Ron