I have one uVision Project for different HW targets. Some HW specific files have the same name, but of course reside in different HW specific folders.
I am able to control/exclude some files from build process via the ProjectWorkspace/<File>/Options/IncludeInTargetBuild context menue.
But I am not able to add files with equal names in different folders. uVision says "File x is already member of Group Y. The File will not be added to target."
Is there any way to solve this problem WITHOUT renaming my HW specific files?