Skip to content

Commit a8d2892

Browse files
aescolarmmahadevan108
authored andcommitted
boards: nrf54l15bsim doc: Clarify around entropy and crypto
Let's explicitly mention we are enabling the native_posix entropy driver for this board (the real nrf54l15dk does not have an entropy driver in Zephyr yet). And correct a bit the wording around mbedtls as for the real target we don't have mbedtls with HW acceleration. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 3bf54a9 commit a8d2892

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

boards/native/nrf_bsim/doc/nrf54l15bsim.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,6 @@ ARM's TrustZone is not modeled in this board. This means that:
8989
can be labeled as restricted for secure or non secure access.
9090
* TF-M cannot be used.
9191

92-
Note that the CRACEN peripheral is not modeled. The mbedTLS library can still be used
93-
but with a SW crypto backend.
92+
Note that the CRACEN peripheral is not modeled.
93+
As crypto library, Mbed TLS can be used with its SW crypto backend.
94+
As entropy driver, the :dtcompatible:`zephyr,native-posix-rng` is enabled by default.

0 commit comments

Comments
 (0)