From 737a3cc3509156ea1c9a1e37f8c79f5d4bbf4bd0 Mon Sep 17 00:00:00 2001 From: Oren Cohen Date: Wed, 27 Feb 2019 14:05:09 +0200 Subject: [PATCH] Advance to PSA-FF 1.0 --- components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h b/components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h index 4e6b54e8bf..ba4b1926ae 100644 --- a/components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h +++ b/components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h @@ -44,7 +44,7 @@ extern "C" { #define INT32_MIN (-0x7fffffff - 1) #endif -#define PSA_FRAMEWORK_VERSION (0x0009) /**< Version of the PSA Framework API. */ +#define PSA_FRAMEWORK_VERSION (0x0100) /**< Version of the PSA Framework API. */ #define PSA_VERSION_NONE (0L) /**< Identifier for an unimplemented Root of Trust (RoT) Service. */ #define PSA_NSPE_IDENTIFIER (-1L) /**< "Partition" identifier of the NSPE.*/