Configure Project#
To configure a project, refer to Developing with Project Configurator.
Build Configurator#
Add your folder name to the build.
This folder will be available for any subsequent build configuration. See it as a global settings.
This folder can contain subfolders, in which case subfolders do not need to be added, as they will be discovered automatically.
Example of a user-created folder.
Files in the project root folder and in folders that are included to the build are automatically discovered.
Name of the current configuration.
Save button, to save current configuration.
Choose Available Build Configurations#
Dropdown menu to choose from available build configurations. This configuration will be edited further down.
Edit the name of the current configuration There cannot be two configurations with the same name.
Add new, blank configuration.
Copy current configuration settings under a new name.
Save button to save current configuration.
Edit a Current Configuration#
Current configuration under editing.
Added definition for the current configuration.
New definition should be a key - value pair.
Save button, to save current configuration.
Compiler Flags#
Current configuration.
Compiler flags for different types of source files, .c, .cpp, and .asm.
List of flags. Any flag/options should go in new line. So 1 line 1 flag/option.
Save button to save current configuration.