Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

How to package or export an NRF5 SDK Project in Segger Embedded Studio for versioning in Git

Hi All,

Currently I'm editing an example project using the NRF5 SDK in SES -- however, I'm not sure exactly how to best version a project or even export it to contain all of the necessary source files for compilation in a command line environment. 

For example, In a typical Eclipse project, I usually don't use relative references to files and the project itself exists and is contained along with all the necessary source files. 

In the NRF5 SDK, the SES project within a given example seems to be lightly coupled with the required source files which exist in various other parts of the SDK. Is there an easy way I can export a given project to an archive that includes only the necessary files to compile that given project?

I'm still learning how projects are setup in the NRF5 SDK and SES.

As a note, I'm specifically addressing NRF5 and not the NRF Connect SDK as the NRF5 SDK has examples I needed to reference for a project I'm working on.

Thank you!

Related