Export Example Includes Linked Files
Hello,
I'm trying to export an example project for the STM32F429I-EVAL1 (to work on it).
The example works fine but when I export it :
- Either I get all the directories and the .c files BUT no includes at all
or
- I get all the directories but no files at all.
I know that it's using links from the .cproject (& .project) but I just want to dissociate the project from the rest of the examples so that I can work on it separately. (and not have all those directories at the root of my working folder like it's the case in the cubemxf4 folder).
Edit : I'm using Atollic TrueStudio to work (and do the exports)
Thanks for your help
Jules
#example #stm32f429i-eval1 #includes #export