Configure Your Project

Project configuration is stored in a single file called sdkconfig located in the root directory of the project. This configuration file can be modified using the SDK Configuration Editor.

Note

sdkconfig file is generated only after the build. Hence, it is recommended to build the project once before configuring the project.

To launch the SDK Configuration Editor:

  1. Navigate to the sdkconfig file.

  2. Double-click on the file to launch the SDK Configuration Editor.

  3. Use Ctrl+S or Command+S based on your OS to save the changes. You can also use the Eclipse Save button from the toolbar.

  4. To revert changes made in the SDK Configuration Editor, either close the editor without saving or right-click on the sdkconfig file and select Load sdkconfig to revert the changes from the editor.

SDK Configuration Editor