Creating a custom library using KSDK

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

Creating a custom library using KSDK

Jump to solution
616 Views
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.

Labels (1)
Tags (4)
0 Kudos
1 Solution
471 Views
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!

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

View solution in original post

1 Reply
472 Views
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!

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