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

Don’t fill gaps in generated hex/bin/s19 files.

Type: bool

Direct dependencies

BUILD_OUTPUT_HEX || BUILD_OUTPUT_BIN || BUILD_OUTPUT_S19

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At Kconfig.zephyr:306

Included via Kconfig:10

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

config BUILD_NO_GAP_FILL
    bool
    prompt "Don't fill gaps in generated hex/bin/s19 files." if BUILD_OUTPUT_HEX || BUILD_OUTPUT_BIN || BUILD_OUTPUT_S19
    depends on BUILD_OUTPUT_HEX || BUILD_OUTPUT_BIN || BUILD_OUTPUT_S19

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