Version control with KSDK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Version control with KSDK

421 Views
andrewdarrow
Contributor I

Hello all,

 

I am wondering what others are doing for KSDK and version control? We have SVN and are trying to figure out how we should put the KSDK under version control. Putting the whole KSDK under version control seems like overkill because of all of the devboard-specific folders/files and the toolchain specific folders/files. We will be using Kinetis Design Studio with the FRDM-K64F devboard and eventually spinning our own board.

 

Has anyone taken the KSDK and just stripped out what they needed? Getting started with the example projects was very easy but we are finding it difficult to get started with our own project.

Labels (1)
0 Kudos
1 Reply

293 Views
kalden_srcinc
Contributor IV

It would be nice if there was a cleaner way to integrate a product with the SDK.  I'm currently just treating it as a 3rd party dependency and have scripts to pull it from a local server and install it.  We also have scripts to build the SDK components we need.  Our make files then just point to it and build like any of our code normally would.

0 Kudos