Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/Zephyr-latest/subsys/bindesc/
DKconfig.version7 Add the version binary descriptors
12 bool "Kernel version string"
14 The kernel version string, such as "3.4.0"
17 bool "Kernel version major"
19 The major version number, such as 3 in 3.4.0
22 bool "Kernel version minor"
24 The minor version number, such as 4 in 3.4.0
27 bool "Kernel version patchlevel"
29 The patchlevel version number, such as 0 in 3.4.0
32 bool "Kernel version number"
[all …]
DKconfig.host_info22 bool "C compiler version"
24 The C compiler version, such as "12.3.0"
32 bool "C++ compiler version"
34 The C++ compiler version, such as "12.3.0"
/Zephyr-latest/samples/tfm_integration/tfm_ipc/src/
Dmain.c25 uint32_t version; in tfm_get_version() local
27 version = psa_framework_version(); in tfm_get_version()
28 if (version == PSA_FRAMEWORK_VERSION) { in tfm_get_version()
30 version); in tfm_get_version()
43 uint32_t version; in tfm_get_sid() local
45 version = psa_version(TFM_CRYPTO_SID); in tfm_get_sid()
46 if (version == PSA_VERSION_NONE) { in tfm_get_sid()
53 printk("The PSA Crypto service minor version is %d.\n", version); in tfm_get_sid()
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dutils.py14 def check_with_shell_command(shell: Shell, version: str, swap_type: str | None = None) -> None:
16 assert mcuboot_areas.areas[0].version == version
21 def check_with_mcumgr_command(mcumgr: MCUmgr, version: str) -> None:
24 assert image_list[0].version == version.replace('+0', '').replace('+', '.')
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dkernel.c17 osStatus_t osKernelGetInfo(osVersion_t *version, char *id_buf, uint32_t id_size) in osKernelGetInfo() argument
21 if (version != NULL) { in osKernelGetInfo()
22 version->api = ver; in osKernelGetInfo()
23 version->kernel = ver; in osKernelGetInfo()
26 if ((id_buf != NULL) && (version != NULL)) { in osKernelGetInfo()
29 SYS_KERNEL_VER_MAJOR(version->kernel), in osKernelGetInfo()
30 SYS_KERNEL_VER_MINOR(version->kernel), in osKernelGetInfo()
31 SYS_KERNEL_VER_PATCHLEVEL(version->kernel)); in osKernelGetInfo()
/Zephyr-latest/modules/hal_nordic/nrf-regtool/
Dnrf-regtoolConfigVersion.cmake8 COMMAND ${NRF_REGTOOL} --version
9 OUTPUT_VARIABLE version
13 if(result EQUAL 0 AND version MATCHES "version ([0-9]+[.][0-9]+[.][0-9]+)")
22 "Found nrf-regtool (found suitable version \"${PACKAGE_VERSION}\", "
31 # We only get here if we don't pass the version check.
/Zephyr-latest/doc/develop/api/
Doverview.rst10 The version column uses `semantic version <https://semver.org/>`_, and has the
13 * Major version zero (0.y.z) is for initial development. Anything MAY
16 * If minor version is up to one (0.1.z), API is considered
18 * If minor version is larger than one (0.y.z | y > 1), API is considered
21 * Version 1.0.0 defines the public API. The way in which the version number
27 * All existing stable APIs in Zephyr will be start with version 1.0.0.
29 * Patch version Z (x.y.Z | x > 0) MUST be incremented if only backwards
33 * Minor version Y (x.Y.z | x > 0) MUST be incremented if new, backwards
38 Patch version MUST be reset to 0 when minor version is incremented.
40 * Major version X (x.Y.z | x > 0) MUST be incremented if a compatibility
[all …]
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig.ipso28 prompt "IPSO Temperature object version"
32 Select which version of the IPSO Temperature object should be used.
35 bool "IPSO Temperature object version 1.0"
38 bool "IPSO Temperature object version 1.1"
57 prompt "IPSO Generic Sensor object version"
60 Select which version of the IPSO Generic Sensor object should be used.
63 bool "IPSO Generic Sensor object version 1.0"
66 bool "IPSO Generic Sensor object version 1.1"
97 prompt "IPSO Humidity Sensor object version"
100 Select which version of the IPSO Humidity Sensor object should be
[all …]
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_3.rst24 Note that the Zephyr version adds additional commands and features which are not supported by
25 the original upstream version, however, the original client functionality should work for
95 .. group-tab:: SMP version 2
106 .. group-tab:: SMP version 1
129 | | appears if an error is returned when using SMP version 2. |
132 | | non-zero (error condition) when using SMP version 2. |
135 | | using SMP version 1 or for SMP errors when using SMP version 2. |
191 .. group-tab:: SMP version 2
202 .. group-tab:: SMP version 1
217 | | appears if an error is returned when using SMP version 2. |
[all …]
Dsmp_group_0.rst98 .. group-tab:: SMP version 2
109 .. group-tab:: SMP version 1 (and non-group SMP version 2)
126 | | appears if an error is returned when using SMP version 2. |
129 | | non-zero (error condition) when using SMP version 2. |
132 | | using SMP version 1 or for SMP errors when using SMP version 2. |
196 .. group-tab:: SMP version 2
207 .. group-tab:: SMP version 1 (and non-group SMP version 2)
242 | | appears if an error is returned when using SMP version 2. |
245 | | non-zero (error condition) when using SMP version 2. |
248 | | using SMP version 1 or for SMP errors when using SMP version 2. |
[all …]
Dsmp_group_2.rst92 .. group-tab:: SMP version 2
103 .. group-tab:: SMP version 1 (and non-group SMP version 2)
126 | | appears if an error is returned when using SMP version 2. |
129 | | non-zero (error condition) when using SMP version 2. |
132 | | using SMP version 1 or for SMP errors when using SMP version 2. |
190 .. group-tab:: SMP version 2
201 .. group-tab:: SMP version 1 (and non-group SMP version 2)
219 | | appears if an error is returned when using SMP version 2. |
222 | | non-zero (error condition) when using SMP version 2. |
225 | | using SMP version 1 or for SMP errors when using SMP version 2. |
Dsmp_group_10.rst70 .. group-tab:: SMP version 2
81 .. group-tab:: SMP version 1
98 | | appears if an error is returned when using SMP version 2. |
101 | | non-zero (error condition) when using SMP version 2. |
104 | | using SMP version 1 or for SMP errors when using SMP version 2. |
158 .. group-tab:: SMP version 2
169 .. group-tab:: SMP version 1
186 | | appears if an error is returned when using SMP version 2. |
189 | | non-zero (error condition) when using SMP version 2. |
192 | | using SMP version 1 or for SMP errors when using SMP version 2. |
[all …]
Dsmp_group_8.rst117 .. group-tab:: SMP version 2
128 .. group-tab:: SMP version 1 (and non-group SMP version 2)
150 | | appears if an error is returned when using SMP version 2. |
153 | | non-zero (error condition) when using SMP version 2. |
156 | | using SMP version 1 or for SMP errors when using SMP version 2. |
261 .. group-tab:: SMP version 2
272 .. group-tab:: SMP version 1 (and non-group SMP version 2)
289 | | appears if an error is returned when using SMP version 2. |
292 | | non-zero (error condition) when using SMP version 2. |
295 | | using SMP version 1 or for SMP errors when using SMP version 2. |
[all …]
/Zephyr-latest/share/zephyr-package/cmake/
DZephyrConfigVersion.cmake3 # This file provides Zephyr Config Package version information.
5 # The purpose of the version file is to ensure that CMake find_package can correctly locate a
8 # Checking for version 0.0.0 is a way to allow other Zephyr installation to determine if there is a…
20 message("\n ${CMAKE_CURRENT_LIST_FILE}, version: ${PACKAGE_VERSION}\n")
27 … future, this is the place to update in case Zephyr 3.x is not backward compatible with version 2.x
53 # meaning the package version must be ignored and the Zephyr pointed to by
54 # ZEPHYR_BASE is to be used regardless of version.
59 include(${ZEPHYR_BASE}/cmake/modules/version.cmake)
60 # Zephyr uses project version, but CMake package uses PACKAGE_VERSION
65 # We are included, so we need to ensure that the version of the top-level
[all …]
/Zephyr-latest/tests/kernel/common/src/
Dmain.c37 uint32_t version = sys_kernel_version_get(); in ZTEST() local
39 zassert_true(SYS_KERNEL_VER_MAJOR(version) == KERNEL_VERSION_MAJOR, in ZTEST()
41 zassert_true(SYS_KERNEL_VER_MINOR(version) == KERNEL_VERSION_MINOR, in ZTEST()
43 zassert_true(SYS_KERNEL_VER_PATCHLEVEL(version) == KERNEL_PATCHLEVEL, in ZTEST()
/Zephyr-latest/scripts/dts/python-devicetree/
Dsetup.py15 version = '0.0.2' variable
22 version=version,
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_version/src/
Dsmp_test_util.c14 void smp_make_hdr(struct smp_hdr *rsp_hdr, size_t len, uint8_t version) in smp_make_hdr() argument
23 .nh_version = version, in smp_make_hdr()
29 uint8_t *output_buffer, uint16_t *buffer_size, uint8_t version) in create_mcumgr_format_packet() argument
39 smp_make_hdr((struct smp_hdr *)output_buffer, *buffer_size, version); in create_mcumgr_format_packet()
/Zephyr-latest/cmake/modules/
DFindarmclang.cmake13 # The version of the arm clang toolchain.
18 # Parse the 'clang --version' output to find the installed version.
19 …execute_process(COMMAND ${CMAKE_C_COMPILER} --target=${triple} --version OUTPUT_VARIABLE ARMCLANG_…
23 # Compiler version is either terminated directly, or followed by space and extra build info.
DFindoneApi.cmake13 # The version of the oneAPI toolchain.
18 # Parse the 'clang --version' output to find the installed version.
19 execute_process(COMMAND ${CMAKE_C_COMPILER} --version OUTPUT_VARIABLE ONEAPI_VERSION)
Dwest.cmake38 "import west.version; print(west.version.__version__, end='')"
48 The Python version used by west is: ${WEST_PYTHON}${west_realpath_msg}\n\
49 The Python version used by CMake is: ${PYTHON_EXECUTABLE}${python_realpath_msg}")
52 …message(FATAL_ERROR "Unable to import west.version from '${PYTHON_EXECUTABLE}':\n${west_version_er…
62 # We can import west from PYTHON_EXECUTABLE and have its version.
64 # Make sure its version matches the minimum required one.
65 # Keep this version identical to the one in scripts/requirements-base.txt
68 message(FATAL_ERROR "The detected west version, ${west_version}, is unsupported.\n\
69 The minimum supported version is ${MIN_WEST_VERSION}.\n\
81 …message(STATUS "Found west (found suitable version \"${west_version}\", minimum required is \"${MI…
DFindDtc.cmake17 # The version of devicetree compiler, dtc.
25 # Parse the 'dtc --version' output to find the installed version.
28 ${DTC} --version
47 # DTC was found but version requirement is not met, or dtc was not working.
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot.c70 } version; member
124 v1_raw->version.revision = in boot_read_v1_header()
125 sys_le16_to_cpu(v1_raw->version.revision); in boot_read_v1_header()
126 v1_raw->version.build_num = in boot_read_v1_header()
127 sys_le32_to_cpu(v1_raw->version.build_num); in boot_read_v1_header()
178 sem_ver->major = v1_raw.version.major; in boot_read_bank_header()
179 sem_ver->minor = v1_raw.version.minor; in boot_read_bank_header()
180 sem_ver->revision = v1_raw.version.revision; in boot_read_bank_header()
181 sem_ver->build_num = v1_raw.version.build_num; in boot_read_bank_header()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dkernel.c62 versionInfo version = { in ZTEST() local
77 get_version_check(&version); in ZTEST()
81 zassert_str_equal(version.info, version_irq.info); in ZTEST()
82 zassert_equal(version.os_info.api, version_irq.os_info.api); in ZTEST()
83 zassert_equal(version.os_info.kernel, version_irq.os_info.kernel); in ZTEST()
/Zephyr-latest/doc/build/version/
Dindex.rst1 .. _app-version-details:
3 Application version management
6 Zephyr supports an application version management system for applications which is built around the
7 system that Zephyr uses for its own version system management. This allows applications to define a
8 version file and have application (or module) code include the auto-generated file and be able to
9 access it, just as they can with the kernel version. This version information is available from
18 images to be signed with correct version of the application automatically - no manual signing
24 Application version information is set on a per-application basis in a file named :file:`VERSION`,
26 located. This is a simple text file which contains the various version information fields, each on
38 field to a single byte (note that there may be further restrictions depending upon what the version
[all …]
/Zephyr-latest/doc/
Dconf.py57 version = "Unknown" variable
60 version = ".".join((major, minor, patch)) variable
62 version += "-" + extra
64 release = version
191 docs_title = "Docs / {}".format(version if is_release else "Latest")
196 "current_version": version,
252 doxyrunner_fmt_vars = {"ZEPHYR_BASE": str(ZEPHYR_BASE), "ZEPHYR_VERSION": version}

12345678910>>...29