Commit 183420a
boards: qemu_cortex_m3: enable test random generator for BT
BT uses PSA Crypto API to perform crypto operations and, on this
platform, these APIs are implemented through Mbed TLS. In order
to properly initialize this library, a random number generator
is required. Since this platform does not have a true random
number generator, we enable the test one. This holds only
when BT is enabled, of course.
Signed-off-by: Valerio Setti <[email protected]>1 parent 69395c1 commit 183420a
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
15 | 24 | | |
0 commit comments