2022-05-16 01:30 AM
We have developped a set of recources - C en H files - which are used in many projects. How can we easily integrate these files in new and existing STM32Cube projects (CubeIDE version 1.8.0) and workspaces?
Solved! Go to Solution.
2022-05-16 06:34 AM
> maybe something to integrate in CubeIDE?
CubeIDE is Eclipse CDT, there is a working git plugin for it for sure.
/* To my taste git and other version control software is better standalone than any IDE plugin, so I don't even install them */
2022-05-16 06:55 AM
@kris2399 "I wanted to skip the overhead."
I don't think the overhead of adding a Git submodule is any greater (nor less) than for putting the link into the IDE project?
@Pavel A. "To my taste git and other version control software is better standalone than any IDE plugin, so I don't even install them"
Agreed.