File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2867,11 +2867,14 @@ Tested with the Nordic nRF5340-DK. This device has two cores:
286728671) Application core: Cortex-M33 at 128MHz, w/TrustZone, 1MB flash, 512KB RAM
286828682) 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
28772880The DK board has two virtual COM ports. Application core and Network core will each output to different VCOM ports.
You can’t perform that action at this time.
0 commit comments