[x] I have checked latest main branch and the issue still exists.
[x] I did not see it is stated as known-issue in release notes.
[x] No similar GitHub issue is related to this change.
[x] My code follows the commit guidelines of this project.
[x] I have performed a self-review of my own code.
[x] My changes generate no new warnings.
[ ] I have added tests that prove my fix is effective or that my feature works.
Describe the pull request
CMSE is an ARMV8M only feature and therefore cannot be present on the Cortex M7 of the iMXRT1024.
This pull request removes the corresponding lines of code.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
Tests
Just removed dead code. Therefore no test is necessary
Prerequisites
Describe the pull request
CMSE is an ARMV8M only feature and therefore cannot be present on the Cortex M7 of the iMXRT1024. This pull request removes the corresponding lines of code.
Type of change
Tests Just removed dead code. Therefore no test is necessary