Home
last modified time | relevance | path

Searched full:minor (Results 1 – 17 of 17) sorted by relevance

/mcuboot-latest/docs/
Drelease.md8 follow a `MAJOR.MINOR.PATCH` format with the following guidelines on
12 2. MINOR version when new functionalities were added in a
16 We add pre-release tags using the format `MAJOR.MINOR.PATCH-rc1`.
19 format `MAJOR.MINOR.PATCH-dev`.
118 for bug fixes or required minor updates (for example, new `imgtool` features).
126 the MINOR number. It is not necessary to define the next version precisely as
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.md380 - Other minor bugfixes and improvements
/mcuboot-latest/boot/bootutil/include/bootutil/
Dboot_status.h48 * The tlv_type always composed from a major and minor number. Major number
50 * Minor number used to encode more info about the data entry. The actual
51 * definition of minor number could change per major number.
54 * service the minor number is split further to two part: sw_module and claim.
72 #define SET_TLV_TYPE(major, minor) \ argument
74 | ((minor) & MINOR_MASK))
Dboot_record.h44 * @param[in] minor_type TLV minor type, identify TLV type
/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.rs177 /// and the slot affects the major number on the build_number. The minor
179 fn new_synthetic(image_id: u8, slot: u8, minor: u8) -> ImageVersion { in new_synthetic()
182 minor, in new_synthetic()
Dtlv.rs453 protected_tlv.push(dep.version.minor); in make_tlv()
Dimage.rs2203 pub minor: u8, field
/mcuboot-latest/boot/mynewt/mcuboot_config/
Dsyscfg.yml86 or greater minor version with equal major version. This mechanism
104 minor and revision. Enable this option to take into account the build
/mcuboot-latest/scripts/imgtool/
Dversion.py28 SemiSemVersion = namedtuple('SemiSemVersion', ['major', 'minor', 'revision',
Dimage.py300 + (self.version.minor << 16)
488 + str(self.version.minor) + '.'
570 dependencies[DEP_VERSIONS_KEY][i].minor,
726 self.version.minor or 0,
/mcuboot-latest/scripts/
Dmcubin.bt52 uchar minor;
/mcuboot-latest/boot/zephyr/
DKconfig696 minor and revision. Enable this option to take into account the build
709 or greater minor version with equal major version. This mechanism
/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs57 pub minor: u8, field
/mcuboot-latest/boot/bootutil/src/
Dloader.c287 /* The minor version numbers are equal, continue comparison. */ in boot_version_cmp()