CONFIG_CPU_CORTEX_M_HAS_SYSTICK

(No prompt – not directly user assignable.)

Type: bool

Help

This option is enabled when the CPU implements the SysTick timer.

Direct dependencies

BOARD_ARTY_A7_ARM_DESIGNSTART_M1 || BOARD_ARTY_A7_ARM_DESIGNSTART_M3 || (CPU_CORTEX_M && !ARM64 && ARM)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/boards/arm/arty/Kconfig.defconfig:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config CPU_CORTEX_M_HAS_SYSTICK
    bool
    default y
    depends on BOARD_ARTY_A7_ARM_DESIGNSTART_M1 || BOARD_ARTY_A7_ARM_DESIGNSTART_M3

At <Zephyr>/arch/arm/core/aarch32/cortex_m/Kconfig:75

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/arm/Kconfig:42<Zephyr>/arch/arm/core/aarch32/Kconfig:237

Menu path: (Top) → ARM Options

config CPU_CORTEX_M_HAS_SYSTICK
    bool
    depends on CPU_CORTEX_M && !ARM64 && ARM
    help
      This option is enabled when the CPU implements the SysTick timer.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)