:orphan: .. title:: BUILD_OUTPUT_HEX .. option:: CONFIG_BUILD_OUTPUT_HEX *Build a binary in HEX format* Type: ``bool`` Help ==== Build an Intel HEX binary zephyr/zephyr.hex in the build directory. The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. Default ======= - y Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_MUSCA ` - \ :option:`SOC_SERIES_MUSCA_B1 ` - \ :option:`SOC_SERIES_MUSCA_S1 ` - \ :option:`SOC_FAMILY_STM32 ` - \ :option:`CPU_NIOS2_GEN2 ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nordic_nrf/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config BUILD_OUTPUT_HEX bool default y depends on \ :option:`SOC_FAMILY_NRF ` ---- At ``Kconfig.zephyr:307`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. parsed-literal:: config BUILD_OUTPUT_HEX bool "Build a binary in HEX format" help Build an Intel HEX binary zephyr/zephyr.hex in the build directory. The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*