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:
parent
9fcc609237
commit
b1b8b3b4d0
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue