From 175d2b3026b25eae0d5cb36d92b656deecd16ede Mon Sep 17 00:00:00 2001 From: Mattia Moffa Date: Wed, 18 Mar 2026 22:38:17 +0100 Subject: [PATCH] Update documentation --- docs/Targets.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/Targets.md b/docs/Targets.md index 0a7ed2ee..bdfb655d 100644 --- a/docs/Targets.md +++ b/docs/Targets.md @@ -4349,7 +4349,14 @@ cp config/examples/mcxn.config .config` make ``` -We also provide a TrustZone configuration at `config/examples/mcxn-tz.config`. +We provide three configuration files: +- `mcxn.config`: basic configuration file; both wolfBoot and your application + run in secure world. +- `mcxn-tz.config`: wolfBoot runs in secure world, your application runs in + non-secure world. +- `mcxn-wolfcrypt-tz.config`: same as above, but also includes a non-secure + callable (NSC) wolfPKCS11 API to perform crypto operations via wolfCrypt and + access a secure keyvault provided by wolfBoot. ### MCX N: Loading the firmware