I have a use case for having a solution with multiple targets/projects.
In the simplest sense, I should be able to build cpputest as a library using arm toolchain without including any device specific files and then link it with different projects.
Or I want to implement my wrapper around HAL and build it as a library using arm toolchain and then include the library when building other projects.
Does VisualGDB support this type of project organization ?