Working sets (MQX-specific)

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

Working sets (MQX-specific)

跳至解决方案
986 次查看
davidsherman
Senior Contributor I

I'm making a new MQX BSP for a K10.  One thing I'm a little confused on is the directory structure.  I had previously used the twr-k20d50m board and had MQX running on it.  If I import the working set for one of the examples for the twr-k20d50m, I see the BSP, PSP, and application trees.  If I look at the properties for the directories and files within them, I see directories for the peripheral drivers such as:

/bsp_twrk20d50m/Peripheral_IO_Drivers/

I can see that same directory in:

C:\Freescale\Freescale_MQX_4_2\mqx\build\kds\bsp_twrk20d50m

However, the contents of Peripheral_IO_Drivers is empty in that exact location.

It appears that the contents are actually being referenced in:

C:\Freescale\Freescale_MQX_4_2\mqx\source

Interestingly, KDS seems to show that they are actually in the bsp build directory.

So, am I correct that it's actually referencing directories in the MQX source directory?

That leads to my next question, my new BSP is based on the K60.  The BSP porting tool made a new one alright, but it includes build directories for ethernet and USB, which don't apply to the K10.  I'm assuming that these can be removed from the project to ignore them (I've already excluded them in the build) without affecting the contents of the MQX source directory.

0 项奖励
回复
1 解答
817 次查看
soledad
NXP Employee
NXP Employee

Hello David,

Yes, both assumptions are correct.


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
818 次查看
soledad
NXP Employee
NXP Employee

Hello David,

Yes, both assumptions are correct.


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
817 次查看
davidsherman
Senior Contributor I

Thank you!

0 项奖励
回复