I'm in the process of transferring an MCUXpresso IDE project to VS Code and updating it to use the new SDK system where the SDK is built from a west manifest.
I have slimmed the SDK down to only the devices, middleware, rtos, etc. repos that my project is using; however, as soon as I remove the "mcux-sdk-examples" repo (which includes examples for all boards) from the SDK, I am no longer able to import my project using MCUXpresso for VS Code. I get the error: "The selected repository doesn't contain board 'evkmimxrt1064'".
Is there an intended way to import a project into a VS Code using an SDK that doesn't have these examples (or at least only examples for one board/family), or is it expected that every SDK has the examples for all boards?
Thanks