Home
last modified time | relevance | path

Searched full:mcuboot_version (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/.github/workflows/
Dzephyr_build.yaml31 MCUBOOT_VERSION: 'main'
55 echo "MCUBOOT_VERSION=${{ github.event.inputs.version_mcuboot }}" >> $GITHUB_ENV
60 echo "MCUBOOT_VERSION=${{ github.event.pull_request.head.sha }}" >> $GITHUB_ENV
79 ref: ${{ env.MCUBOOT_VERSION }}
93 echo "Using Mcuboot version: ${{ env.MCUBOOT_VERSION }}"
/mcuboot-latest/boot/bootutil/src/
Dboot_record.c279 struct image_version mcuboot_version = { in boot_save_shared_data() local
324 sizeof(mcuboot_version), in boot_save_shared_data()
325 (void *)&mcuboot_version); in boot_save_shared_data()