Question about the new MCUXSDK.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Question about the new MCUXSDK.

331 Views
janisz
Contributor I

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!

0 Kudos
Reply
1 Reply

325 Views
Harry_Zhang
NXP Employee
NXP Employee

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

 

0 Kudos
Reply