/Zephyr-Core-3.5.0/subsys/bindesc/ |
D | Kconfig.version | 5 bool "Version binary descriptors" 7 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 [all …]
|
D | Kconfig.host_info | 22 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-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | Kconfig.ipso | 28 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-Core-3.5.0/samples/tfm_integration/tfm_ipc/src/ |
D | main.c | 18 * \brief Retrieve the version of the PSA Framework API. 26 uint32_t version; in tfm_get_version() local 28 version = psa_framework_version(); in tfm_get_version() 29 if (version == PSA_FRAMEWORK_VERSION) { in tfm_get_version() 30 printk("The version of the PSA Framework API is %d.\n", in tfm_get_version() 31 version); in tfm_get_version() 33 printk("The version of the PSA Framework API is not valid!\n"); in tfm_get_version() 40 * \brief Retrieve the minor version of a RoT Service. 44 uint32_t version; in tfm_get_sid() local 46 version = psa_version(TFM_CRYPTO_SID); in tfm_get_sid() [all …]
|
/Zephyr-Core-3.5.0/share/zephyr-package/cmake/ |
D | ZephyrConfigVersion.cmake | 3 # 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… 10 # Version 0.0.0 indicates that we should just return, in order to obtain our path. 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 [all …]
|
/Zephyr-Core-3.5.0/.github/workflows/ |
D | devicetree_checks.yml | 29 python-version: [3.8, 3.9, '3.10'] 33 python-version: 3.6 35 python-version: 3.6 39 - name: Set up Python ${{ matrix.python-version }} 42 python-version: ${{ matrix.python-version }} 48 key: ${{ runner.os }}-pip-${{ matrix.python-version }} 50 ${{ runner.os }}-pip-${{ matrix.python-version }} 57 key: ${{ runner.os }}-pip-${{ matrix.python-version }}- 59 ${{ runner.os }}-pip-${{ matrix.python-version }}- 65 key: ${{ runner.os }}-pip-${{ matrix.python-version }} [all …]
|
D | west_cmds.yml | 30 python-version: [3.8, 3.9, '3.10'] 34 python-version: 3.6 36 python-version: 3.6 40 - name: Set up Python ${{ matrix.python-version }} 43 python-version: ${{ matrix.python-version }} 49 key: ${{ runner.os }}-pip-${{ matrix.python-version }} 51 ${{ runner.os }}-pip-${{ matrix.python-version }} 58 key: ${{ runner.os }}-pip-${{ matrix.python-version }}- 60 ${{ runner.os }}-pip-${{ matrix.python-version }}- 66 key: ${{ runner.os }}-pip-${{ matrix.python-version }} [all …]
|
D | release.yml | 17 - name: Get the version 20 echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT 26 args: spdx -o zephyr-${{ steps.get_version.outputs.VERSION }}.spdx 32 name: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx 33 path: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx 58 asset_path: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx 59 asset_name: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
|
D | pylib_tests.yml | 28 python-version: [3.8, 3.9, '3.10'] 33 - name: Set up Python ${{ matrix.python-version }} 36 python-version: ${{ matrix.python-version }} 42 key: ${{ runner.os }}-pip-${{ matrix.python-version }} 44 ${{ runner.os }}-pip-${{ matrix.python-version }}
|
/Zephyr-Core-3.5.0/scripts/ci/ |
D | version_mgr.py | 9 "version": "<commit>", 34 help="Get latest published version") 55 item_compat['version'] = item 77 print(f"- {item_compat['version']} {datestr} {wstr}") 79 print(f"{item_compat['version']}") 87 ver = item_compat.get("version") 94 print(f"Latest version is {ver} {datestr}") 96 print("This version is marked for weekly testing.") 105 version = g.describe("--abbrev=12") 115 item.get('version') == version) or item == version, data)) [all …]
|
/Zephyr-Core-3.5.0/tests/boot/mcuboot_data_sharing/ |
D | CMakeLists.txt | 7 cmake_minimum_required(VERSION 3.20.0) 21 # Get MCUboot version from the VERSION file in the repository and create a local output header 22 # version file so that it can be compared against in the test 23 set(VERSION_FILE ${ZEPHYR_MCUBOOT_MODULE_DIR}/boot/zephyr/VERSION) 26 include(${ZEPHYR_BASE}/cmake/modules/version.cmake) 27 file(READ ${ZEPHYR_BASE}/version.h.in version_content)
|
/Zephyr-Core-3.5.0/include/zephyr/ |
D | kernel_version.h | 1 /* kernel version support */ 17 * @defgroup version_apis Version APIs 21 * The kernel version has been converted from a string to a four-byte 25 * numeric version, x.y.z. These fields denote: 37 /* kernel version routines */ 40 * @brief Return the kernel version of the present build 42 * The kernel version is a four-byte value, whose format is described in the 45 * @return kernel version
|
/Zephyr-Core-3.5.0/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 93 version. This is ignored if a reset pin is configured. 134 prompt "AT version" 137 Select which version of AT command set should be used. 140 bool "AT version 1.7" 142 Use AT command set version 1.7. 145 bool "AT version 2.0" 147 Use AT command set version 2.0. 150 bool "AT version 2.1" 152 Use AT command set version 2.1. 164 bool "Fetch and log ESP-AT firmware version" [all …]
|
/Zephyr-Core-3.5.0/tests/kernel/common/src/ |
D | main.c | 11 #include "version.h" 37 uint32_t version = sys_kernel_version_get(); in ZTEST() local 39 zassert_true(SYS_KERNEL_VER_MAJOR(version) == KERNEL_VERSION_MAJOR, in ZTEST() 40 "major version mismatch"); in ZTEST() 41 zassert_true(SYS_KERNEL_VER_MINOR(version) == KERNEL_VERSION_MINOR, in ZTEST() 42 "minor version mismatch"); in ZTEST() 43 zassert_true(SYS_KERNEL_VER_PATCHLEVEL(version) == KERNEL_PATCHLEVEL, in ZTEST() 44 "patchlevel version match"); in ZTEST()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ |
D | Kconfig.dis | 81 hex "Product Version" 85 The Product Version field is a numeric expression identifying the device 87 which defines the version of the product identified by the Vendor ID and 90 The value of the field value is 0xJJMN for version JJ.M.N 91 (JJ - major version number, M - minor version number, 92 N - sub-minor version number); e.g., version 2.1.3 is represented with 93 value 0x0213 and version 2.0.0 is represented with a value of 0x0200. 95 that the minor version number be incremented. If incompatible changes are 96 made to the device, it is recommended that the major version number be 97 incremented. The sub-minor version is incremented for bug fixes.
|
/Zephyr-Core-3.5.0/cmake/modules/ |
D | west.cmake | 38 "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…
|
D | FindDtc.cmake | 17 # The version of devicetree compiler, dtc. 25 # Parse the 'dtc --version' output to find the installed version. 28 ${DTC} --version 36 string(REGEX MATCH "Version: DTC v?([0-9]+[.][0-9]+[.][0-9]+).*" out_var ${dtc_version_output}) 47 # DTC was found but version requirement is not met, or dtc was not working.
|
D | version.cmake | 4 # version.cmake 9 # ``*VERSION*`` and other constants set by 10 # maintainers in ``${ZEPHYR_BASE}/VERSION`` 25 # Most outputs are converted to C macros, see ``version.h.in`` 30 # Note: version.cmake is loaded multiple times by ZephyrConfigVersion.cmake to 31 # determine this Zephyr package version and thus the correct Zephyr CMake 33 # Therefore `version.cmake` should not use include_guard(GLOBAL). 34 # The final load of `version.cmake` will setup correct build version values. 39 set(VERSION_FILE ${ZEPHYR_BASE}/VERSION ${APPLICATION_SOURCE_DIR}/VERSION) 78 to_hex(${${type}VERSION_INT} ${type}VERSION) [all …]
|
D | Findarmclang.cmake | 13 # 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.
|
D | FindoneApi.cmake | 13 # 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)
|
/Zephyr-Core-3.5.0/tests/boot/with_mcumgr/pytest/ |
D | utils.py | 40 def check_with_shell_command(shell: Shell, version: str, swap_type: str | None = None) -> None: 42 assert mcuboot_areas.areas[0].version == version 47 def check_with_mcumgr_command(mcumgr: MCUmgr, version: str) -> None: 49 # version displayed by MCUmgr does not print +0 and changes + to '.' for non-zero values 50 assert image_list[0].version == version.replace('+0', '').replace('+', '.')
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/ |
D | mcumgr_backporting.rst | 10 changes to Zephyr version 2.7 LTS 13 version of Zephyr (backports), and one for issues that are being fixed only in a previous version. 16 The Zephyr fork used in version 2.7 and earlier is `located here <https://github.com/zephyrproject-… 22 In Zephyr version 2.7 and earlier, you must first apply the fix 29 * The fix, done upstream and no longer relevant to the current version, is directly backported 31 * The fix, not present upstream and not relevant for the current version of Zephyr, is 35 corresponding fix in the current version. 47 Every proposed fix requires a bug report submitted for the specified version of Zephyr affected by … 49 In case the reported bug in a previous version has already been fixed in the current version, the d… 52 * Additional references to the bug in the current version [all …]
|
/Zephyr-Core-3.5.0/kernel/ |
D | version.c | 8 #include "version.h" /* generated by MAKE, at compile time */ 11 * @brief Return the kernel version of the present build 13 * The kernel version is a four-byte value, whose format is described in the 16 * @return kernel version
|
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v2/ |
D | kernel.c | 17 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-Core-3.5.0/doc/kernel/services/other/ |
D | version.rst | 3 Version chapter 6 Kernel version handling and APIs related to kernel version being used.
|