Hello,
What would be the correct way to include the driverlib drivers in my program?
So far I just copied the whole driverlib folder in my project folder, included all the source code in the project for all drivers and compiled them toogether with my program (main.c).
But I have a feeling this is not the most optimal way since I increase compile time unnecessarely and maybe also the flashfiles.
So what would be the correct approace?
PS: I'm using KEIL as IDE.
Thanks,
Alex