Question about the new MCUXSDK.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Question about the new MCUXSDK.

333 次查看
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 项奖励
回复
1 回复

327 次查看
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 项奖励
回复