Skip to content

Commit b8799cd

Browse files
committed
Add documentation
1 parent b8f70ad commit b8799cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/Targets.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2867,11 +2867,14 @@ Tested with the Nordic nRF5340-DK. This device has two cores:
28672867
1) Application core: Cortex-M33 at 128MHz, w/TrustZone, 1MB flash, 512KB RAM
28682868
2) Network core: Cortex-M33 at 64MHz, 256KB Flash and 64KB RAM
28692869
2870-
Three different configurations are available at `config/examples`:
2870+
Four different configurations are available at `config/examples`:
28712871
- `nrf5340.config`: for the app core; does not make use of TrustZone, i.e. it
28722872
always runs in secure mode.
28732873
- `nrf5340-tz.config`: for the app core; makes use of TrustZone, i.e. boots the
28742874
application as non-secure code.
2875+
- `nrf5340-wolfcrypt-tz.config`: for the app core; same as above, but also
2876+
includes a non-secure callable (NSC) wolfPKCS11 API to perform crypto
2877+
operations via wolfCrypt and access a secure keyvault provided by wolfBoot.
28752878
- `nrf5340_net.config`: for the net core.
28762879
28772880
The DK board has two virtual COM ports. Application core and Network core will each output to different VCOM ports.

0 commit comments

Comments
 (0)