Question
How to have one project built for multiple target MCUs of the same family
Hi, I want to use the same code on two slightly different MCUs, one of which is an STM32L011F3Ux and the other one STM32L011K4Tx. I don't want to create two separate projects because it makes it less robust to keep track of code changes in a Version Control System such as git. How to do that? I don't want to have code separated in VCS and git pull it to both of the projects each time I want to make a change locally