Same project, two different ioc files
I have a working project with its .ioc file.
Now I need to port the project codebase to another project that uses exactly the same processor, but with different pinout: the peripherals in the project will be the same, mapped on some other pins.
I need to have a complete codebase with its ioc file for both projects.
What is the best course of action to duplicate the original project?
It would be ok if I'll have to mess around with cubeMX to manage both ioc files.
