Searched full:major (Results 1 – 22 of 22) sorted by relevance
/mcuboot-latest/docs/ |
D | release.md | 8 follow a `MAJOR.MINOR.PATCH` format with the following guidelines on 11 1. MAJOR version when there are incompatible API changes. 16 We add pre-release tags using the format `MAJOR.MINOR.PATCH-rc1`. 19 format `MAJOR.MINOR.PATCH-dev`. 125 It should be larger than the last release version by incrementing the MAJOR or 130 - a MINOR release while a MAJOR release was expected 131 - a MAJOR release while a MINOR release was expected
|
D | readme-riot.md | 23 with a valid formatted value. The format is `major.minor.patch+other`
|
D | release-notes.md | 62 Note that this release, 2.0.0 is a new major number, and contains a small API
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | boot_status.h | 48 * The tlv_type always composed from a major and minor number. Major number 51 * definition of minor number could change per major number. 72 #define SET_TLV_TYPE(major, minor) \ argument 73 (((uint16_t)((major) & MAJOR_MASK) << MAJOR_POS) \ 84 * Major numbers (4 bit) to identify the
|
D | boot_record.h | 43 * @param[in] major_type TLV major type, identify consumer
|
/mcuboot-latest/boot/mynewt/mcuboot_config/ |
D | syscfg.yml | 85 When this option is set, any upgrade must have greater major version 86 or greater minor version with equal major version. This mechanism 103 By default, the image version comparison relies only on version major,
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | build_info.h | 37 * Major, Minor, Patchlevel 46 * Major version | Minor version | Patch version
|
D | version.h | 42 * MMNNPP00 (Major, Minor, Patch).
|
/mcuboot-latest/sim/src/ |
D | depends.rs | 176 /// number influences the major version number (by an arbitrary factor), 177 /// and the slot affects the major number on the build_number. The minor 181 major: image_id * 20 + slot, in new_synthetic()
|
D | tlv.rs | 452 protected_tlv.push(dep.version.major); in make_tlv()
|
D | image.rs | 2202 pub major: u8, field
|
/mcuboot-latest/ci/ |
D | mynewt_install.sh | 54 …per.arm.com/-/media/Files/downloads/gnu-rm/7-2017q4/gcc-arm-none-eabi-7-2017-q4-major-linux.tar.bz2 55 GCC_BASE=gcc-arm-none-eabi-7-2017-q4-major
|
/mcuboot-latest/boot/zcbor/include/ |
D | zcbor_tags.h | 44 …ULTI_DIM_ARR_R = 40, ///! array of arrays [RFC8746] Multi-dimensional array, row-major order 86 …I_DIM_ARR_C = 1040, ///! array of arrays [RFC8746] Multi-dimensional array, column-major order
|
D | zcbor_common.h | 168 /** Enumeration representing the major types available in CBOR. 170 * The major type is represented in the 3 first bits of the header byte. 184 /** Extract the major type, i.e. the first 3 bits of the header byte. */
|
/mcuboot-latest/scripts/imgtool/ |
D | version.py | 28 SemiSemVersion = namedtuple('SemiSemVersion', ['major', 'minor', 'revision',
|
D | image.py | 299 self.security_counter = ((self.version.major << 24) 487 image_version = (str(self.version.major) + '.' 569 dependencies[DEP_VERSIONS_KEY][i].major, 725 self.version.major,
|
/mcuboot-latest/scripts/ |
D | mcubin.bt | 51 uchar major;
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 695 By default, the image version comparison relies only on version major, 708 When this option is set, any upgrade must have greater major version 709 or greater minor version with equal major version. This mechanism
|
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | api.rs | 56 pub major: u8, field
|
/mcuboot-latest/boot/cypress/MCUBootApp/config/ |
D | mcuboot_crypto_config.h | 239 * major version by making sure your code is not using these functions. 254 * major version by making sure your code is not using these functions. 1950 * in the next major revision of the library.
|
/mcuboot-latest/boot/espressif/include/crypto_config/ |
D | mbedtls_custom_config.h | 240 * new major version by making sure your code is not using this functionality. 255 * new major version by making sure your code is not using this functionality.
|
/mcuboot-latest/boot/bootutil/src/ |
D | loader.c | 280 /* The major version numbers are equal, continue comparison. */ in boot_version_cmp()
|