Creating a custom library using KSDK

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

Creating a custom library using KSDK

跳至解决方案
1,617 次查看
nickerb
Contributor I

Is there a way to create a custom library project using KSDK?  Making a new "kinetis project" includes all the board files locally and overrides an actual applications ISRs and things if compiled as a library and included in the project.

标签 (1)
标记 (4)
0 项奖励
回复
1 解答
1,472 次查看
TICS_Fiona
NXP Employee
NXP Employee

Please open the Properties for your project, you can do it from <Project> Menu->Properties, or put your mouse on the project view in Project view, and choose <Properties> in right-click submenu.

Then go to <C/C++ Build-> Settings> panel, click on Build Artifact tab, choose Static Library for Artifact Type, and rebuild the project.

lib.png

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

1 回复
1,473 次查看
TICS_Fiona
NXP Employee
NXP Employee

Please open the Properties for your project, you can do it from <Project> Menu->Properties, or put your mouse on the project view in Project view, and choose <Properties> in right-click submenu.

Then go to <C/C++ Build-> Settings> panel, click on Build Artifact tab, choose Static Library for Artifact Type, and rebuild the project.

lib.png

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------