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
解決済! 解決策の投稿を見る。
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.
元の投稿で解決策を見る
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
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.
Thus, when I clone the github repo I cant build the project.
Is there any solution for this?
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.