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 ?
Solved! Go to Solution.
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!
Thanks.
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!