CONFIG_SOC_NEORV32_VERSION

(No prompt – not directly user assignable.)

Type: hex

Help

The targeted NEORV32 version as BCD-coded number. The format is
identical to that of the NEORV32 Machine implementation ID (mimpid)
register.

Help

The targeted NEORV32 version as BCD-coded number. The format is
identical to that of the NEORV32 Machine implementation ID (mimpid)
register.

Direct dependencies

SOC_SERIES_NEORV32 || SOC_SERIES_NEORV32

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr>/soc/riscv/riscv-privilege/neorv32/Kconfig.soc:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:38<Zephyr>/soc/Kconfig:15<nRF>/doc/_build/kconfig/Kconfig.soc.arch:2<Zephyr>/soc/riscv/riscv-privilege/Kconfig:22

Menu path: (Top) → Hardware Configuration

config SOC_NEORV32_VERSION
    hex
    default 0x01060100 if SOC_NEORV32_V1_6_1
    depends on SOC_SERIES_NEORV32
    help
      The targeted NEORV32 version as BCD-coded number. The format is
      identical to that of the NEORV32 Machine implementation ID (mimpid)
      register.

At <Zephyr>/soc/riscv/riscv-privilege/neorv32/Kconfig.soc:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:38<Zephyr>/soc/Kconfig:18<Zephyr>/soc/riscv/riscv-privilege/Kconfig:22

Menu path: (Top) → Hardware Configuration

config SOC_NEORV32_VERSION
    hex
    default 0x01060100 if SOC_NEORV32_V1_6_1
    depends on SOC_SERIES_NEORV32
    help
      The targeted NEORV32 version as BCD-coded number. The format is
      identical to that of the NEORV32 Machine implementation ID (mimpid)
      register.

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