Very simple, but very often asked question - how can I import example in KSDK general?
The easiest way is import .wsd file, it is a set of all needed files for your project.
1. Open KDS, go to Project Explorer Window and by right click select Import option
2. Choose Existing Projects Sets option
3. Click on Browse and select the project, which you would like to work.
In case of KSDK 2.0 go to
C:\Freescale\<ksdk2.0_package>\boards\frdmk64f\demo_apps\lwip\lwip_tcpecho\freertos\kds
4. You will see the demo project successfully imported in your Project Explorer window
and now you can compile and execute demo project.
Enjoy!
Iva
The above procedure does not appear to work with current v2.2 KSDK examples, as there are no .wsd files included with the examples. Could you provide instructions on the recommended procedure for importing/using KSDK v2.2 examples please ?