/Zephyr-latest/cmake/bintools/llvm/ |
D | target.cmake | 10 # Extract the clang version. Debian (maybe other distros?) will 11 # append a version to llvm-objdump/objcopy 12 execute_process(COMMAND ${CMAKE_C_COMPILER} --version
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_linux.rst | 127 A :ref:`recent CMake version <install-required-tools>` is required. Check what 128 version you have by using ``cmake --version``. If you have an older version, 133 to get an updated version of cmake using apt. 136 (Note this won't uninstall the previous version of cmake.) 151 For example, to install version 3.21.1 in :file:`~/bin/cmake`: 166 Note this won't uninstall the previous version of cmake and will 174 * On Ubuntu you can also use snap to get the latest version available: 181 using ``cmake --version``. 189 A :ref:`recent DTC version <install-required-tools>` is required. Check what 190 version you have by using ``dtc --version``. If you have an older version, [all …]
|
D | installation_win.rst | 11 If you are running a recent version of Windows 10 you can make use of the 17 Windows 10 version 1803 has an issue that will cause CMake to not work 18 properly and is fixed in version 1809 (and later).
|
/Zephyr-latest/drivers/pm_cpu_ops/ |
D | pm_cpu_ops_psci.h | 13 #define PSCI_FN_NATIVE(version, name) PSCI_##version##_FN64_##name argument 15 #define PSCI_FN_NATIVE(version, name) PSCI_##version##_FN_##name argument
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_1.rst | 117 (str)"version" : (str) 134 .. group-tab:: SMP version 2 145 .. group-tab:: SMP version 1 (and non-group SMP version 2) 166 | "version" | string representing image version, as set with ``imgtool``. | 200 | | appears if an error is returned when using SMP version 2. | 203 | | non-zero (error condition) when using SMP version 2. | 206 | | using SMP version 1 or for SMP errors when using SMP version 2. | 312 | | version of uploaded software is not higher then already on a device, the image | 370 .. group-tab:: SMP version 2 381 .. group-tab:: SMP version 1 (and non-group SMP version 2) [all …]
|
/Zephyr-latest/arch/arm64/core/xen/ |
D | Kconfig | 30 hex "Xen interface version" 34 Xen interface version to use. This is the version of the
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | shell_module.robot | 12 Write Line To Uart version 13 Wait For Line On Uart Zephyr version
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub_priv.h | 127 const char *version; member 138 const char *version; member 207 version, JSON_TOK_STRING), 225 version, JSON_TOK_STRING),
|
/Zephyr-latest/scripts/build/ |
D | process_gperf.py | 24 from packaging import version 93 v = version.parse(m.groups()[0]) 94 v_lo = version.parse("3.0") 95 v_hi = version.parse("3.1")
|
D | gen_kobject_placeholders.py | 20 from packaging import version 26 if version.parse(elftools.__version__) < version.parse('0.24'):
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | generic.cmake | 19 COMMAND ${CMAKE_C_COMPILER} --version 25 ${CMAKE_C_COMPILER} --version
|
/Zephyr-latest/cmake/ |
D | gen_version_h.cmake | 21 include(${ZEPHYR_BASE}/cmake/modules/version.cmake) 22 file(READ ${ZEPHYR_BASE}/version.h.in version_content)
|
/Zephyr-latest/scripts/ci/ |
D | version_mgr.py | 111 version = g.describe("--abbrev=12") 121 item.get('version') == version) or item == version, data)) 131 item['version'] = version
|
/Zephyr-latest/tests/boot/with_mcumgr/pytest/ |
D | test_upgrade.py | 18 def create_signed_image(build_dir: Path, app_build_dir: Path, version: str) -> Path: 20 version.replace('.', '_').replace('+', '_')) 29 version=version 196 version='0.0.3+4' # must differ from the origin version, if not then hash is not updated
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | generic.cmake | 20 COMMAND ${CMAKE_C_COMPILER} --version ${XTENSA_CORE_LOCAL_C_FLAG} 26 ${CMAKE_C_COMPILER} --version ${XTENSA_CORE_LOCAL_C_FLAG}
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/ |
D | README.rst | 12 type. That, even if they have previously exchanged IRK; (Core Specification version 5.4, vol. 1 17 For references, see the Bluetooth Core specification version 5.4, vol. 1, part A, 5.4.5 and vol. 6,
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | Kconfig | 61 prompt "SLL version to use" 65 What SLL header version to use. 68 bool "SLL version 1" 71 Use SLL version 1 (header is 16 bytes) 74 bool "SLL version 2" 77 Use SLL version 2 (header is 20 bytes)
|
/Zephyr-latest/lib/posix/options/ |
D | uname.c | 34 .version = UTSNAME_VERSION(_ver), .machine = _mach, \ 42 BUILD_ASSERT(sizeof(z_name.version) >= sizeof(UTSNAME_VERSION(VERSION_BUILD)));
|
D | Kconfig.proc1 | 40 int "uname version string length" 43 Defines the maximum string length of uname version. 50 Defines the maximum string length of nodename version.
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.mcux_edma | 7 REV_PROP := nxp,version 22 DMA version 3 driver for MCUX series SoCs. 29 DMA version 4 driver for MCUX series SoCs.
|
/Zephyr-latest/boards/qemu/cortex_a53/ |
D | board.cmake | 10 set(QEMU_MACH virt,gic-version=3) 12 set(QEMU_MACH virt,secure=on,gic-version=3)
|
/Zephyr-latest/drivers/sensor/ti/tmag5273/ |
D | tmag5273.c | 77 enum tmag5273_version version; /** version as given by the sensor */ member 205 static inline uint16_t tmag5273_range_high(uint8_t version) in tmag5273_range_high() argument 207 switch (version) { in tmag5273_range_high() 222 static inline uint16_t tmag5273_range_low(uint8_t version) in tmag5273_range_low() argument 224 switch (version) { in tmag5273_range_low() 252 const uint16_t range_high = tmag5273_range_high(drv_data->version); in tmag5273_attr_set_xyz_meas_range() 253 const uint16_t range_low = tmag5273_range_low(drv_data->version); in tmag5273_attr_set_xyz_meas_range() 302 val->val1 = tmag5273_range_high(drv_data->version); in tmag5273_attr_get_xyz_meas_range() 304 val->val1 = tmag5273_range_low(drv_data->version); in tmag5273_attr_get_xyz_meas_range() 1010 uint8_t version) in tmag5273_init_sensor_settings() argument [all …]
|
/Zephyr-latest/doc/ |
D | index.rst | 11 Welcome to the Zephyr Project's documentation for version |version|. 19 for the main tree under development** (version |version|). 21 Use the version selection menu on the left to view 22 documentation for a specific version of Zephyr.
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_protocol.rst | 65 | ``Ver`` (Version) | This indicates the version of the protocol being | 170 .. group-tab:: SMP version 2 181 .. group-tab:: SMP version 1 (and non-group SMP version 2) 196 | | appears if an error is returned when using SMP version 2. | 199 | | non-zero (error condition) when using SMP version 2. | 202 | | using SMP version 1 or for SMP errors when using SMP version 2. | 207 response lacks these, the request can be considered as being successful. For SMP version 2, 209 errors, SMP version 2 clients must therefore be able to handle both types of errors.
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit_firmware.h | 14 bool hawkbit_get_firmware_version(char *version, int version_len);
|