I am building a project that uses a Boron as a gateway for one or more Xenon leafs. I want to store the code for both the Boron and the Xenon code in the same git repo and set up a build that builds both images in Visual Studio. I could set up two workspaces in two instances of Visual Studio, but that seems suboptimal. It looks like I could set up a multi-root workspace.
What is the best way to configure a mesh project? Is there an example for a multi-root workspace for mesh? I didn’t see a tutorial and thought someone might have best practices to share.
Not sure if this is the best way, but with a Workspace you can have many different project folders. When you compile or flash you then have to select the folder, either Server or Client in this example.
AFAIK the Workspaces/multiple folders approach is the only way to do what you want, at least for now (not that I see a problem with that!). I have a Workspace that contains the “Marco” Argon project folder and the “Polo” Xenon one and am able to work with each one independently.