Searched refs:sw_type (Results 1 – 3 of 3) sorted by relevance
/mcuboot-latest/scripts/imgtool/ |
D | boot_record.py | 38 def create_sw_component_data(sw_type, sw_version, sw_measurement_description, argument 41 properties = {SwComponent.TYPE: sw_type,
|
D | image.py | 461 sw_type=None, custom_tlvs=None, compression_tlvs=None, argument 494 if sw_type is not None: 495 if len(sw_type) > MAX_SW_TYPE_LENGTH: 498 sw_type, len(sw_type)) 514 boot_record = create_sw_component_data(sw_type, image_version, 578 if sw_type is not None:
|
/mcuboot-latest/docs/ |
D | imgtool.md | 109 --boot-record sw_type Create CBOR encoded boot record TLV. The 110 sw_type represents the role of the software
|