Run configurations are used to run a project. This will compile the necessary classes, link them together, load the resulting binary to a target and run it.
Create a new run configuration by marking the project file HelloWorld.deep. Then, right-click on it and choose Run As → Deep Application.
All the run configurations of all projects in a workspace can be edited with Properties - > Run/Debug Settings.
Choose which run configuration of the chosen board you want to run. All the available run configuration (must be defined in the board description file) are listed. One of them can be chosen.
Duplicate
to copy an existing run configuration.