We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558b658 commit 175d2b3Copy full SHA for 175d2b3
1 file changed
docs/Targets.md
@@ -4349,7 +4349,14 @@ cp config/examples/mcxn.config .config`
4349
make
4350
```
4351
4352
-We also provide a TrustZone configuration at `config/examples/mcxn-tz.config`.
+We provide three configuration files:
4353
+- `mcxn.config`: basic configuration file; both wolfBoot and your application
4354
+ run in secure world.
4355
+- `mcxn-tz.config`: wolfBoot runs in secure world, your application runs in
4356
+ non-secure world.
4357
+- `mcxn-wolfcrypt-tz.config`: same as above, but also includes a non-secure
4358
+ callable (NSC) wolfPKCS11 API to perform crypto operations via wolfCrypt and
4359
+ access a secure keyvault provided by wolfBoot.
4360
4361
### MCX N: Loading the firmware
4362
0 commit comments