Creating a custom library using KSDK

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Creating a custom library using KSDK

ソリューションへジャンプ
684件の閲覧回数
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 解決策
539件の閲覧回数
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 返信
540件の閲覧回数
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!

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