ProjectConverter
ProjectConverter copied to clipboard
Unexpected behavior: project file searched in subfolders first
I launched ProjectConverter with
python converter.py uvprojx <path to project root>
In folder .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 <RTE> subfolder (and not the one in the project root folder.
This is unexpected behavior IMHO.
Hi @escherstair,
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.
Feel free to submit PR resolving this issue.