- CMake: choose a configure/build preset when the project defines one. Without presets, choose a build configuration such as Debug or Release. The project’s toolchain file owns compiler selection.
- PlatformIO: choose one discovered environment. Build and Upload are scoped to that environment.
- Zephyr: enter the exact board target from your installed SDK and apply it.
west boardsin the SDK environment lists targets. Prescaler invokes west with that board; west may regenerate its build directory when required. - ESP-IDF: build through the project’s SDK environment with
idf.py.
Daily workflow
Configure, build and clean
Select a native configuration and inspect reproducible compiler output.
Open Build Setup to inspect the detected project and its source configuration.