Same codebase across multiple projects
Hello
I'm using STM32cubeide with STM32L
I have several applications that are based on the same code base.
What are the good solution(s) to handle this common code with stm32cubeide?
I can consider several solutions, one application = one project or one project for all applications (how? not too dirty ?), codebase like a library (how ?)... what else ?
All applications/projects are for the same target.
thanks
