Project archiving and version control with S32DS

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

Project archiving and version control with S32DS

898 Views
hanraaijmakers
NXP Employee
NXP Employee

While working with S32DS, SDKs, plugins, files are getting scattered over your file system.

Problem:

- archiving the project so modifications/updates can be made in a later stage.

- sharing the same project in a team.

What's the idea, way of working suggested by the S32DS architects here?

0 Kudos
3 Replies

885 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

If you like to use version control like GIT or SVN with SDK based project  you need to modify project xml file and change resources from Linked to Stand alone (by default SDK sources are linked). In standalone mode all source/header files are copied into project folder.

You may find helpful this howto: https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Use-SDK-based-example-code-as-st... 

 

BR

Jiri 

0 Kudos

874 Views
hanraaijmakers
NXP Employee
NXP Employee

Looks like a good solution for processor expert and S32 DS 2018R1... But I'm using S32DS 3.2 and SDK configuration tools. Seems to use .mex files and don't seem to have the flag inside to switch to standalone mode.

Any other idea's?

0 Kudos

860 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

Okay, I see. I'll try to figure out and let you know. 

 

Jiri

0 Kudos