Home
last modified time | relevance | path

Searched refs:ENC_IMG (Results 1 – 6 of 6) sorted by relevance

/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/
Dmcuboot_config.h153 #ifdef ENC_IMG
/mcuboot-latest/boot/cypress/MCUBootApp/
DMCUBootApp.mk35 ENC_IMG ?= 0
69 ifeq ($(ENC_IMG), 1)
DREADME.md160 To enable image encryption support use `ENC_IMG=1` build flag (BlinkyApp should also be built with …
168 … make app APP_NAME=MCUBootApp PLATFORM=PSOC_062_2M BUILDCFG=Debug MCUBOOT_IMAGE_NUMBER=1 ENC_IMG=1
/mcuboot-latest/boot/cypress/BlinkyApp/
DBlinkyApp.mk114 ifeq ($(ENC_IMG), 1)
DReadme.md106 To obtain encrypted upgrade image of BlinkyApp extra flag `ENC_IMG=1` should be passed in command l…
108 … make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=UPGRADE HEADER_OFFSET=0x20000 ENC_IMG=1
140 - `ENC_IMG` - 0 (default) - build regular upgrade image, `1` - build encrypted upgrade image (MCUBo…
/mcuboot-latest/boot/cypress/
DMakefile47 ENC_IMG ?= 0 macro