Question
Is there a way to make build variants in CUBEMX? For instance a variant that includes/doesn't include init of specific peripherals.
I have a base application, that will go into different product variants. I'd like to have a variant where some of the CUBEMX code is not compiled. As an example, one build where USB or Ethernet code is not included, because there won't even be HW on that model.
Has anyone done this before? I'm not seeing an obvious way to do this that won't just get deleted if I re-generate code...