Hi there,
I'm getting started with the RT1170EVK and want to use vscode for development.
I'm following all the tutorials here: https://github.com/nxp-mcuxpresso/vscode-for-mcux/wiki/Working-with-MCUXpresso-SDK
However, I'm currently stuck on missing drivers.
Here's my workflow:
- 'Installed' SDK repository with MCUXpresso extension in vscode
- Import blinky example for my EVK
- Right-click project in vscode 'projects' view and check the respository and toolchain are associated correctly under 'configure.
- Right-click project in vscode 'projects' view and check all components I need have been selected under 'configure'.
- Check the project builds and runs ok
- Right-click project in vscode 'projects' view and go to 'configure > Open with MCUXpressor Config Tools'
Now, when I add peripherals, it complains that the drivers cannot be found:

How do I get it to find these drivers?
I have managed to get the project to compile by manually editing the cmake files, but it is cumbersome and the config tool still shows lots of errors.
I'm also struggling to find any examples that use this generated code from the config tool. All the examples seem to use the fsl drivers directly and so do not help in learning the API very much.
Many thanks, Matt.