SystemWorkbench Logo

SystemWorkbench for STM32

Build configurations

By default, there is two build configurations: Debug and Release. But it's possible to add a new configuration.
Select the project on the Project Explorer view, click-right and choose the menu Properties.
Expand the C/C++ Build node and click on Settings to have a look the build configuration. By default, the Debug configuration is selected as active:

Settings

Note: the updated configuration does not become automatically the active one.

The Target tab allows to see the target information: the Series, the MCU and the Board it can be selected during the project creation.

Settings

Warning: It is not recommended to change the target. It is better and easier to create a new project for the new target.


For more information about C/C++ development tools in Eclipse, please see C/C++ Development User Guide.