CONFIG_CHIP_DEVICE_SOFTWARE_VERSION_STRING

Device software version string

Type: string

Help

A string between 1 and 64 characters that provides a user-friendly
description of the numeric software version specified in
CHIP_DEVICE_SOFTWARE_VERSION. It is used in various CHIP areas, such as
the Basic Information cluster or OTA (Over-the-air update) image header.

Direct dependencies

CHIP

(Includes any dependencies from ifs and menus.)

Default

  • “prerelease”

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/matter/config/nrfconnect/chip-module/../../zephyr/Kconfig:65

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:98/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/matter/config/nrfconnect/chip-module/Kconfig:17

Menu path: (Top) → Modules → connectedhomeip (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/matter) → Connected Home over IP protocol stack

config CHIP_DEVICE_SOFTWARE_VERSION_STRING
    string "Device software version string"
    default "prerelease"
    depends on CHIP
    help
      A string between 1 and 64 characters that provides a user-friendly
      description of the numeric software version specified in
      CHIP_DEVICE_SOFTWARE_VERSION. It is used in various CHIP areas, such as
      the Basic Information cluster or OTA (Over-the-air update) image header.

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