The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BUILD_OUTPUT_HEX

Build a binary in HEX format

Type: bool

Help

Build a binary in HEX format. This will build a zephyr.hex file need by some platforms.

Defaults

Symbols that select this symbol

Kconfig definitions

At soc/arm/nordic_nrf/Kconfig.defconfig:12

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config BUILD_OUTPUT_HEX
    bool
    default "y" if SOC_FAMILY_NRF
    depends on SOC_FAMILY_NRF

At Kconfig.zephyr:281

Included via Kconfig:10

Menu path: (top menu) → Build and Link Features → Build Options

config BUILD_OUTPUT_HEX
    bool
    prompt "Build a binary in HEX format"
    help
      Build a binary in HEX format. This will build a zephyr.hex file need
      by some platforms.

(Definitions include propagated dependencies, including from if’s and menus.)