2023-02-09 09:35 AM
I have downloaded source / header files from github and placed them in the /Driver folder on my existing project. I included them in the project properties. as you can see from pic it shows up under Project Explorer Includes section but it is greyed out. I also notice underneath the Project Explorer Drivers the folder Note_C_Drivers does not show up.....
Can someone show me where I need to go within the Project Properties to get this code to show up???
If I do this with TI and in Code Composer Studio this way the folder shows up and appears black not greyed out.....
Thank you
2023-02-09 09:45 AM
no....try: import !
so : click on your project, gets selected (blue) . here right mouse click -> import -> file system ->
next ->
select directory - files you want to import (.h in inc here in my download, then same procedure again for .c source files)
-> finish.
now they are in your project and the IDE knows about them. just include in your main ...
2023-02-09 10:01 AM
I'm close here but Finish is greyed out???
2023-02-09 10:03 AM
only (!) in right window are the files to select...choose directory with matching files and select them; left window is the directory, you choose.
+ see the warning : source is in your target directory. thats impossible to "move" or copy.
2023-02-09 10:06 AM
Dumb follow up...But I seem to notice you have forward slashes whereas my system is showing backslashes on THIS particular item??? (Other folder pointers are forward slashes)
2023-02-09 10:41 AM
so seems you on Win and i on Linux system. :)
( but at work i have same IDE on Win also . )