Problems creating a relocatable git project
I am desperately trying to seed a production project involving multiple engineers (and across multiple companies) and am having great difficulty getting the project to build once it has been pushed to a git repository. The difficulty involves the creation of empty directories that git ignores, but eclipse does not. My preference is to force the code to be copied into the project rather than linking it into STM32CubeMX libraries which get updated all the time. For us this creates risk and is something that I would like to avoid.
This is a blocking issue as we now need to build it out to include new features and functions. Currently we are using the USBX HS CDC ACM as our base and will soon add to it SPI and possibly multiple UARTS. How can I get this project seeded? How can I successfully distribute the source code across multiple platforms/engineers?
