phodina / ProjectConverter

Convert existing project from KEIL or IAR to CMake using arm-none-eabi-gcc
Other
83 stars 25 forks source link

Unexpected behavior: project file searched in subfolders first #1

Open escherstair opened 3 years ago

escherstair commented 3 years ago

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.

phodina commented 2 years ago

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.