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

Custom Section Align Size

Type: int

Help

Custom algin size of memory section in linker scripts. Usually it should consume less alignment memory. Alougth this alignment size is configured by users, it must also respect the power of two regulation if hardware requires.

Direct dependencies

CPU_HAS_MPU && ARM

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

Defaults

Kconfig definition

At arch/arm/core/cortex_m/mpu/Kconfig:57

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15arch/arm/Kconfig:13arch/arm/core/Kconfig:168

Menu path: (top menu) → ARM Options

config CUSTOM_SECTION_MIN_ALIGN_SIZE
    int
    prompt "Custom Section Align Size" if CPU_HAS_MPU && ARM
    default 32 if CPU_HAS_MPU && ARM
    depends on CPU_HAS_MPU && ARM
    help
      Custom algin size of memory section in linker scripts. Usually
      it should consume less alignment memory. Alougth this alignment
      size is configured by users, it must also respect the power of
      two regulation if hardware requires.

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