cancel
Showing results for 
Search instead for 
Did you mean: 

How to use common sources in multiple STM32Cube IDE projects

kris2399
Associate II

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?

11 REPLIES 11

>  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 */

@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.