commit | 8b883a61a3dcd00f7bf4f60b4dee241cf9610d4e | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Fri Oct 13 16:06:16 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Nov 01 08:26:29 2017 -0400 |
tree | 9aff053d39906e855859200d05b80e1967e7d62f | |
parent | da9b0ddf5beba122fc1d8c5ebae6aaccc3ebf7a7 [diff] |
subsys/random: sys_rand32_get() implementation that uses entropy API Instead of every hardware number generator driver providing an implementation of this function, use the random device API to centralize the implementation of this function. This is a very simplistic function that can be seen as a stepping stone to refactor the random number generation in Zephyr. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>