Skip to content

Commit 175d2b3

Browse files
committed
Update documentation
1 parent 558b658 commit 175d2b3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/Targets.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4349,7 +4349,14 @@ cp config/examples/mcxn.config .config`
43494349
make
43504350
```
43514351

4352-
We also provide a TrustZone configuration at `config/examples/mcxn-tz.config`.
4352+
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.
43534360

43544361
### MCX N: Loading the firmware
43554362

0 commit comments

Comments
 (0)