- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have a question I want to ask. I have a project in S32 Design Studio which is based on lwip_s32k148 example. I want to upload this project on GIT. But problems is when I upload the source code. The lwip stack is not copied but linked to s32 design studio libraries. For example the folder middleware/lwip/src/api is empty. I cant see anything there.
Previously I have been using Kinetis Design Studio and MCUExproso in which the code whole content of the example project was copied into work spaces. This is a real problem especially if you are uploading the code on GIT. What can be done about this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Jiri,
Thanks for the reply. I managed to solve this problem using Export options in File Tab. I than used Import to copy the contents of projects into the work space. It worked fine.
Regards,
Saad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Saad,
you can modify ProcessorExpert.pe file to have copies of SDK files instead links to these files in your workspace:
HOWTO: Use SDK based example code as standalone (usable for GIT, SVN...)
Hope it helps.
Jiri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Jiri,
Thanks for the reply. I managed to solve this problem using Export options in File Tab. I than used Import to copy the contents of projects into the work space. It worked fine.
Regards,
Saad.