We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VERSION
1 parent 8a30c23 commit 8354fc5Copy full SHA for 8354fc5
modules/trusted-firmware-m/Kconfig.tfm
@@ -188,13 +188,15 @@ config TFM_BL2_NOT_SUPPORTED
188
189
config TFM_IMAGE_VERSION_S
190
string "Version of the Secure Image"
191
+ default "$(APP_VERSION_TWEAK_STRING)" if "$(VERSION_MAJOR)" != "" && TFM_MCUBOOT_IMAGE_NUMBER = 1
192
default "0.0.0+0"
193
help
194
Version of the secure image. This version is also used for merged
195
secure + non-secure builds (TFM_MCUBOOT_IMAGE_NUMBER == 1).
196
197
config TFM_IMAGE_VERSION_NS
198
string "Version of the Non-Secure Image"
199
+ default "$(APP_VERSION_TWEAK_STRING)" if "$(VERSION_MAJOR)" != "" && TFM_MCUBOOT_IMAGE_NUMBER = 2
200
201
202
Version of the non-secure image.
0 commit comments