2023-07-24 2: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 6: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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-07-24 6: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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-07-24 7: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.