Adding KSDK v2 drivers to KDS project ?

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

Adding KSDK v2 drivers to KDS project ?

Jump to solution
765 Views
geoff_s
Contributor III


What is the recommended way of adding KSDK v2 drivers to an existing KDS project:

- copy them into the project drivers directory at the file system level,

- copy them somehow within the KDS Eclipse IDE,

- link them somehow from the KSDK directory ?

Labels (1)
1 Solution
381 Views
inakizi
Contributor I

These are the steps I followed and it worked fine:

In the Kinetis Design Studio, right click on your project drivers folder.

Choose Import and from there General -> File System.

Browse for the Folder where the drivers are located for your architecture.

Select the .c and .h files for the driver you require.

In advanced options choose "Create links in workspace".

Click Next, and that's it!

View solution in original post

0 Kudos
2 Replies
381 Views
geoff_s
Contributor III

Thanks.

0 Kudos
382 Views
inakizi
Contributor I

These are the steps I followed and it worked fine:

In the Kinetis Design Studio, right click on your project drivers folder.

Choose Import and from there General -> File System.

Browse for the Folder where the drivers are located for your architecture.

Select the .c and .h files for the driver you require.

In advanced options choose "Create links in workspace".

Click Next, and that's it!

0 Kudos