The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_CORTEX_M_SYSTICK

Cortex-M SYSTICK timer

Type: bool

Help

This module implements a kernel device driver for the Cortex-M processor SYSTICK timer and provides the standard “system clock driver” interfaces.

Direct dependencies

CPU_HAS_SYSTICK

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

Defaults

Symbols selected by this symbol

Kconfig definition

At drivers/timer/Kconfig:92

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:26

Menu path: (top menu) → Device Drivers → Timer Drivers

config CORTEX_M_SYSTICK
    bool
    prompt "Cortex-M SYSTICK timer" if CPU_HAS_SYSTICK
    default "y" if CPU_HAS_SYSTICK
    select TICKLESS_CAPABLE if CPU_HAS_SYSTICK
    depends on CPU_HAS_SYSTICK
    help
      This module implements a kernel device driver for the Cortex-M processor
      SYSTICK timer and provides the standard "system clock driver" interfaces.

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