sharing projects between collegues: folders of libraries not accessible
Hi,
I am always working together with collegues on the same code using GIT as a version management.
Now with CubeIDE, if a collegue creates a project, all the repositories are placed in
C:/Users/USERNAME/STM32Cube/Repository/STM32Cube_FW_L0_V1.11.2/
If now I synchronise with his project using GIT, I can not compile the code because the USERNAME in the path is not correct on my computer.
Using CubeMX and Atollic Truestudio, we could avoid this problem by placing the repos under another user-independent folder like
C:/STM32/Repositories/STM32Cube_FW_L0_V1.11.2
But this option in cubeMX is not available anymore in CubeIDE (this path in the project manager is greyed out and not changable)
How are we supposed to gracefully work together using CubeIDE? this seems to me like a neccessary basic functionality for professional usage of the IDE.
Thank you
