Home
last modified time | relevance | path

Searched full:major (Results 1 – 22 of 22) sorted by relevance

/mcuboot-latest/docs/
Drelease.md8 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
Dreadme-riot.md23 with a valid formatted value. The format is `major.minor.patch+other`
Drelease-notes.md62 Note that this release, 2.0.0 is a new major number, and contains a small API
/mcuboot-latest/boot/bootutil/include/bootutil/
Dboot_status.h48 * 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
Dboot_record.h43 * @param[in] major_type TLV major type, identify consumer
/mcuboot-latest/boot/mynewt/mcuboot_config/
Dsyscfg.yml85 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/
Dbuild_info.h37 * Major, Minor, Patchlevel
46 * Major version | Minor version | Patch version
Dversion.h42 * MMNNPP00 (Major, Minor, Patch).
/mcuboot-latest/sim/src/
Ddepends.rs176 /// 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()
Dtlv.rs452 protected_tlv.push(dep.version.major); in make_tlv()
Dimage.rs2202 pub major: u8, field
/mcuboot-latest/ci/
Dmynewt_install.sh54 …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/
Dzcbor_tags.h44 …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
Dzcbor_common.h168 /** 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/
Dversion.py28 SemiSemVersion = namedtuple('SemiSemVersion', ['major', 'minor', 'revision',
Dimage.py299 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/
Dmcubin.bt51 uchar major;
/mcuboot-latest/boot/zephyr/
DKconfig695 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/
Dapi.rs56 pub major: u8, field
/mcuboot-latest/boot/cypress/MCUBootApp/config/
Dmcuboot_crypto_config.h239 * 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/
Dmbedtls_custom_config.h240 * 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/
Dloader.c280 /* The major version numbers are equal, continue comparison. */ in boot_version_cmp()