Hi,
I noticed that NXP has moved to new MCUXSDK.
I got it mostly working but I had issues with my custom board assignment. It seems that the SDK expects the board files to be located in mcuxsdk/examples/_boards directory.
I would like to have my custom board files inside my repository which is outside the mcuxsdk directory. Is there a way to do that without editing the mcuxsdk cmake files?
Thank you!
Hi @janisz
Yes, you can modify CMakeLists.txt in your project to explicitly add your board
Or you can Pass custom board path via CMake toolchain.
BR
Harry