2023-07-24 02:11 AM
Somehow I'm blinded at the moment. How do I simply add a file from the filesystem into the project ?
I created a header file "times.h", put it into ~/STM32CubeIDE/workspace_1.4.0/project/Core/Inc. Now it sits there. Opening the tree view, I don't see it. Clicking "New" I don't see an option to import a file. Only create new ones.
Ah, now, I tried "Refresh" and it's there. Soemhow counterintuitive. But probably this is owed to Eclipse?
Solved! Go to Solution.
2023-07-24 06:57 AM
Hello @chriskuku
First let me thank you for posting.
In order to import a file you need to follow those steps:
- Click on File -->Import
- Under General , select File System then next
- Choose the directory where the file exist and then select the file and finally click on finish
Thx
Ghofrane
2023-07-24 06:57 AM
Hello @chriskuku
First let me thank you for posting.
In order to import a file you need to follow those steps:
- Click on File -->Import
- Under General , select File System then next
- Choose the directory where the file exist and then select the file and finally click on finish
Thx
Ghofrane
2023-07-24 07:09 AM
Yes, Eclipse. Live and learn ))
2023-07-24 12:01 PM
Thanks for the detailed tour. Yes, import from file system is the solution. I forgot.