c563e33102
The TRNG IP block in the KW41Z is really an entropy source and not intended to be used as a general purpose random number generator source. The block has 15 slots to read from and when the last slot is read it has to regenerate the 15 numbers. This process takes 3-5 seconds and is blocking. The change here is to use the TRNG as an entropy source to the XOROSHIRO pseudo random number function and then have the KW41Z use XOROSHIRO for random number generation. Signed-off-by: David Leach <david.leach@nxp.com> |
||
---|---|---|
.. | ||
k6x | ||
kl2x | ||
kwx | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.defconfig | ||
Kconfig.soc |