I already have a project MCUxpresso IDE 10.0.2 with freertos and SDK 2.2.0.
I have done an import of my project in MCXpresso IDE 10.1 with the new SDK 2.3 installed in it,
Using "import" from "manage SDK components" I have tried to integrate the new version of the modules of the sdk but I get some conflicts.
Most of the conflicts are related t the re-organization of the of the freertos source code.
New files are included but older files (placed at a different path now) are not erased. The result is that I get some files duplicated.
So, my question is if there is a "official/recommended" way to migrate to the new sdk and ide other than resolving those conflicts by hand.
Should I instead create a new project and add my source code files to avoid potential issues? This will break my project versioning :-(