How to use common drivers in a stm32cube ioc project without copying files into project?
Hey,
I've a project based on Nucleo-32 STM32F042K6 board. I'm moving this project to my team's common repo which already has the stm32cube drivers in another folder. How can I update my project to use the drivers already existing on the repo instead of the ones that were copied into the project?
As in screenshot, when i created this project, stm32cube copied over the drivers folder with STM32F0 drivers. I want to use the same but from a folder outside this project.
I tried updating include paths within C/C++ Build>Settings but I get compiler errors that those .h files can't be found.
Thanks,
Vandita
