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.
Defaults
y
y
y
Symbols that select this symbol
Kconfig definitions
At <Zephyr>/boards/arm/teensy4/Kconfig.defconfig:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config BUILD_OUTPUT_HEX
bool
default y
depends on BOARD_TEENSY40 || BOARD_TEENSY41
At <Zephyr>/soc/arm/nordic_nrf/Kconfig.defconfig:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config BUILD_OUTPUT_HEX
bool
default y
depends on SOC_FAMILY_NRF
At <Zephyr>/soc/arm/nordic_nrf/Kconfig.defconfig:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
Menu path: (Top)
config BUILD_OUTPUT_HEX
bool
default y
depends on SOC_FAMILY_NRF
At <Zephyr>/Kconfig.zephyr:408
Included via <Zephyr>/Kconfig:8
Menu path: (Top) → Build and Link Features → Build Options
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.)