You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I launched ProjectConverter with python converter.py uvprojx <path to project root>
In folder there is one .uvprojx file.
But inside <RTE> subfolder there is another .uvprojx file (STCUbeMX auto-generated).
ProjectConverter prints out Found project file: ...
and I see this points to the project file inside subfolder (and not the one in the project root folder.
This is unexpected behavior IMHO.
The text was updated successfully, but these errors were encountered:
thanks for submitting the issue. I can't verify this behavior as I stopped working on closed source projects (Keil/IWARM) and I'm no longer developing this conversion script.
I launched ProjectConverter with
python converter.py uvprojx <path to project root>
In folder there is one
.uvprojx
file.But inside
<RTE>
subfolder there is another.uvprojx
file (STCUbeMX auto-generated).ProjectConverter prints out
Found project file: ...
and I see this points to the project file inside subfolder (and not the one in the project root folder.
This is unexpected behavior IMHO.
The text was updated successfully, but these errors were encountered: