Github integration with S32K144

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

Github integration with S32K144

Jump to solution
2,820 Views
rohit1749
Contributor III

I'm using S32K144 microcontroller with s32 design studio for developing the firmware. I want to integrate Git with my project for version control.

Does, S32 design studio support github? If not, is there any other alternative with which I can upload my project files to github?

Regards

Rohit

0 Kudos
Reply
1 Solution
2,607 Views
rohit1749
Contributor III

Using Local Terminal as Git Bash, I was able to get command line interface through which I was able to initialise my project as  git repository.

Regards

Rohit

View solution in original post

0 Kudos
Reply
4 Replies
2,800 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @rohit1749 

You can find the Git User Guide that comes with S32DS by going to Help → Help Contents in the top menu. Just type "EGit Documentation" in the search bar.

Also, these threads might be useful:

Use SDK based example code as standalone with S32DS v3.4

is it possible to change S32DS generated code directory?

 

BR, VaneB

0 Kudos
Reply
2,772 Views
rohit1749
Contributor III

Thanks for your support. I'm able to push the project files to github. But while pushing the includes directory is not pushed to github.

rohit1749_0-1752749080556.png

Thus, when I clone the github repo I cant build the project.

Is there any solution for this?

Regards

Rohit

0 Kudos
Reply
2,766 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @rohit1749 

The "Includes" folder is a virtual folder that shows all the header files found in the project.

I am not an expert in Git, but from what I understand, Git tracks real files and folders on disk, not virtual folders like this one.

0 Kudos
Reply
2,608 Views
rohit1749
Contributor III

Using Local Terminal as Git Bash, I was able to get command line interface through which I was able to initialise my project as  git repository.

Regards

Rohit

0 Kudos
Reply