Working with Output Files
After building, you can view generated files in the Output Files section:
*.elf: Main executable file (used for debugging)
*.map: Memory map showing symbol addresses and memory usage
*.dts: Compiled device tree (Zephyr projects)
.config: Current Kconfig configuration
.config.old: Previous Kconfig configuration
Note
When both .config and .config.old are present, the Output Files view shows a dedicated diff entry. Click it to open a side-by-side comparison of the two files.