Skip to content

Commit

Permalink
arch: arm: remove deprecated cmsis.h
Browse files Browse the repository at this point in the history
Compatible headers have already been kept for 2 releases, so the time to
remove them has come.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and nashif committed Aug 19, 2024
1 parent 402c12f commit fd4ec84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
5 changes: 5 additions & 0 deletions doc/releases/release-notes-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ https://docs.zephyrproject.org/latest/security/vulnerabilities.html
API Changes
***********

* Removed deprecated arch-level CMSIS header files
``include/zephyr/arch/arm/cortex_a_r/cmsis.h`` and
``include/zephyr/arch/arm/cortex_m/cmsis.h``. ``cmsis_core.h`` needs to be
included now.

Removed APIs in this release
============================

Expand Down
13 changes: 0 additions & 13 deletions include/zephyr/arch/arm/cortex_a_r/cmsis.h

This file was deleted.

13 changes: 0 additions & 13 deletions include/zephyr/arch/arm/cortex_m/cmsis.h

This file was deleted.

0 comments on commit fd4ec84

Please sign in to comment.