I have added the SDK in the zipped mode.
I created a new SDK project and added some of the drivers/components needed by the project.
But I haven't found the way to add a driver/middleware/component to the created project... I can see the content of the SDK in the Installed SDK's view, I can open the source, but nothing else..
I also tried with drag&drop ... nothing happens.
Solved! Go to Solution.
Hi Chad,
adding/removing components after project creation is not possible in the current version/release of MCUXpresso IDE v10.0.0, but is something considered for a next update. What I'm doing is to create a 'full' project on the side and then I can copy files over from the drivers folder.
I hope this helps,
Erich
Also found this topic when trying to add SDK drivers to an active Project.
After a bit of fiddling I found a solution:
You might need to move them inside the Project Explorer tab to the correct directory (\drivers), you can do this by right clicking on the file and selecting move.
Using MCUXpresso 10.0.2 build 411
Regards,
Daniel
After a first disappointing, I'm creating my projects with all features enabled and I eventually remove the unused components. I create the needed example projects to add middleware components. This method is simple and eventually you have a whole project with all the needed files in your project folder which is easier to mantain in respect with the KDS's SDK.
The project properties/setting panel is more user friendly in MCUXpresso in comparison with KDS's and on the whole now I'm feeling good using it.
Things get more complicated when trying to add/customize examples involving middleware. In this case you must create a project for each feature that you want to add to jour project.
In my case I can achieve my goal by the creation of three extra projects. For now I'm still using KDS, waiting for the next MCUXpresso update...
I too came here to look for this. The Wizard allows for the addition of components (which create files in the drivers directory) but I haven't seen anyway to add/remove components after the creation of the project. In the meantime, I will look at the source of the files (i.e. expand the component and click on the files) and create those files in my drivers directory. Bummer there isn't some simpler approach.
Hi Chad,
adding/removing components after project creation is not possible in the current version/release of MCUXpresso IDE v10.0.0, but is something considered for a next update. What I'm doing is to create a 'full' project on the side and then I can copy files over from the drivers folder.
I hope this helps,
Erich
There is already a solution: How to add drivers to MCUexpresso