doc: releases: release-notes: 3.7: add informations on random helpers
Release notes for random PR #70513 Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
f2495b7d57
commit
5f95ec76a1
|
@ -225,6 +225,12 @@ Libraries / Subsystems
|
|||
|
||||
* Crypto
|
||||
|
||||
* Random
|
||||
|
||||
* Besides the existing :c:func:`sys_rand32_get` function, :c:func:`sys_rand8_get`,
|
||||
:c:func:`sys_rand16_get` and :c:func:`sys_rand64_get` are now also available.
|
||||
These functions are all implemented on top of :c:func:`sys_rand_get`.
|
||||
|
||||
* Retention
|
||||
|
||||
* SD
|
||||
|
|
Loading…
Reference in New Issue