Skip to content

Commit

Permalink
doc: migration-guide: inform about CMSIS header changes
Browse files Browse the repository at this point in the history
arch headers are deprecated, header in CMSIS glue code must be used
instead.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and fabiobaltieri committed Oct 9, 2023
1 parent a7cbfa4 commit f767cf4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/releases/migration-guide-3.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,8 @@ Recommended Changes
* ``prop-seg-data``
* ``phase-seg1-data``
* ``phase-seg1-data``

* ``<zephyr/arch/arm/aarch32/cortex_a_r/cmsis.h>`` and
``<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.

0 comments on commit f767cf4

Please sign in to comment.