doc: migration-guide-3.5: Random subsys update

Add information about header name changes.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2023-10-10 22:19:39 -07:00 committed by Johan Hedberg
parent 9fcc609237
commit b1b8b3b4d0

View file

@ -350,3 +350,7 @@ Recommended Changes
``<zephyr/arch/arm/aarch32/cortex_m/cmsis.h>`` are now deprecated in favor of
including ``<cmsis_core.h>`` instead. The new header is part of the CMSIS glue
code in the ``modules`` directory.
* Random API header ``<zephyr/random/rand32.h>`` is deprecated in favor of
``<zephyr/random/random.h>``. The old header will be removed in future releases
and its usage should be avoided.