Hi, I am using uVision 5.11 using LPC open libraries. I have a project which has several build targets. I am trying to work out how to configure uVision to manage these builds. I am used to managing build configurations from within the IDE. Within the IDE I would simply select the desired build from a list of build configurations. This would then set compiler options, files to be include/excluded etc. The point being that I just select from a drop down list and that single selection activates all the changes.
The closest I have come to this is the workspace where I may include one library or another. Alternatively I have many workspaces one for each build type. This is painful to manage. Is this a limitation of the tool? How should I be selecting between one build or another?