Searched refs:version (Results 1 – 13 of 13) sorted by relevance
| /modules/hal_nordic/nrf-regtool/ |
| A D | nrf-regtoolConfigVersion.cmake | 8 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.
|
| A D | nrf-regtoolConfig.cmake | 40 get_property(version GLOBAL PROPERTY nrf_regtool_version) 45 if(version VERSION_GREATER_EQUAL 7.0.0)
|
| /modules/ |
| A D | Kconfig.mcuboot | 129 imgtool. For example, you could set this to "--version 1.2". 214 In this mode it is not possible to revert back to previous version 217 that the overwrite will not happen unless the version of secondary 218 slot is higher than the version in primary slot. 230 to swap back to older version of the application. 261 select one with higher application image version, which usually 266 to swap back to older version of application. 284 versions, as, once higher version application is approved, it is 285 not possible to select lower version for boot. 288 if application with higher version will not get confirmed. [all …]
|
| /modules/hal_nxp/mcux/ |
| A D | Kconfig.mcux | 41 Set if version 2 of the system reset controller (SRC) module is
|
| /modules/openthread/platform/ |
| A D | crypto_psa.c | 134 int version; in otPlatCryptoImportKey() local 159 status = mbedtls_asn1_get_int(&p, end, &version); in otPlatCryptoImportKey()
|
| /modules/mbedtls/ |
| A D | Kconfig | 31 bool "Use Zephyr in-tree mbedTLS version" 34 Included mbedTLS version is well integrated with and supported
|
| A D | CMakeLists.txt | 117 ${ZEPHYR_CURRENT_MODULE_DIR}/library/version.c
|
| A D | Kconfig.mbedtls | 570 in the "external" version, so the footprint is larger.
|
| /modules/openthread/ |
| A D | Kconfig.features | 7 prompt "OpenThread stack version" 10 This option selects version of Thread stack
|
| A D | Kconfig.thread | 73 string "The platform-specific string to insert into the OpenThread version string"
|
| A D | CMakeLists.txt | 23 …READ_VERSION ${CONFIG_OPENTHREAD_THREAD_VERSION} CACHE STRING "User selected Thread stack version")
|
| /modules/trusted-firmware-m/ |
| A D | Kconfig.tfm | 202 Version of the secure image. This version is also used for merged 315 users may switch to the 'download' version; in that 323 TF-M builds with BL2 will use the Zephyr's MCUboot version, 330 fetch and check-out the MCUboot version to use in the build.
|
| A D | CMakeLists.txt | 223 # TODO: Enforce GCC version check against TF-M compiler requirements 458 # Add the MCUBoot script to the path so that if there is a version of imgtool in there then
|
Completed in 37 milliseconds