Hello,
I'm using MCUXPRESSO IDE v24.12.148 and I wanted to start using VS Code rather than IDE, since it's been provided with a dedicated plugin some time ago.
I have a dual core project for IMXRT 1176 microcontroller, which I have configured from MCUXPRESSO IDE. Projects are set to be build with makefile generator method rather than CMake. I'd like to move to CMake as a build method, but I figured that maybe I should first move to it VS Code.
I'm having a problem where VS Code plugin does not detect my project.
So it;s either something missing there that I deleted while a bunch of stuff was generated upon project creation (I do not want to keep unneeded files on git), or there is something else that I'm not seeing.
I saw some articles and videos instructing a user on how to use VS Code plugin but all of them relied on importing projects from SDK, and not something that was already existing as a project in development, but using eclipse based MCUXPRESSO IDE.
Could you please point me to an instruction/guide/manual that says how to do that kind of project transition?
What kind of files is the VS Code plugin looking for when one tries to import the existing project?
BR,
Michael