Is it possible to have CubeIDE project with multiple main functions?
I have a project which uses multiple identical boards and needs them to have slightly different firmware. So I thought that having a folder for each firmware with its own main function in one project will be efficient because all boards will use the same libraries and I won't need to maintain multiple projects at one time.
So is it possible to set up a project with multiple main functions in Cube IDE? If yes, how I can do it?