Searched full:minor (Results 1 – 17 of 17) sorted by relevance
/mcuboot-latest/docs/ |
D | release.md | 8 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
|
D | readme-riot.md | 23 with a valid formatted value. The format is `major.minor.patch+other`
|
D | release-notes.md | 380 - Other minor bugfixes and improvements
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | boot_status.h | 48 * 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))
|
D | boot_record.h | 44 * @param[in] minor_type TLV minor type, identify TLV type
|
/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 | 177 /// 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()
|
D | tlv.rs | 453 protected_tlv.push(dep.version.minor); in make_tlv()
|
D | image.rs | 2203 pub minor: u8, field
|
/mcuboot-latest/boot/mynewt/mcuboot_config/ |
D | syscfg.yml | 86 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/ |
D | version.py | 28 SemiSemVersion = namedtuple('SemiSemVersion', ['major', 'minor', 'revision',
|
D | image.py | 300 + (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/ |
D | mcubin.bt | 52 uchar minor;
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 696 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/ |
D | api.rs | 57 pub minor: u8, field
|
/mcuboot-latest/boot/bootutil/src/ |
D | loader.c | 287 /* The minor version numbers are equal, continue comparison. */ in boot_version_cmp()
|