-
Notifications
You must be signed in to change notification settings - Fork 3k
Update IAR Armv8M changes #9431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@deepikabhavnani, thank you for your changes. |
74e8371
to
7292acf
Compare
@kjbracey-arm @theotherjimmy - Please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good supposing that we're leaving the core-reworking to another PR.
Yes core reworking will in another PR (by tools team :-) ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In iar_definitions.json, M2351 part should be:
"M2351KIAAEES": {
"OGChipSelectEditMenu": "M2351 series\tNuvoton M2351 series"
}
3d2420c
to
1cb5314
Compare
Cortex-M23 / Cortex-M33 CPU settings for baseline and mainline profile (with optional floating and dsp options) updated.
As per the IAR Development guide, below options for CPU are valid 1. Cortex-M33 2. Cortex-M33.no_dsp (core without integer DSP extension) 3. Cortex-M33.fp (floating-point unit with support for single precision) 4. Cortex-M33.no_se (core without support for TrustZone) 5. Cortex-M4 6. Cortex-M4F 7. Cortex-M7 8. Cortex-M7.fp.dp (floating-point unit with support for double precision) 9. Cortex-M7.fp.sp (floating-point unit with support for single precision)
bd06d0e
to
6097095
Compare
Rebased to pull in dependent PR changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! One non-blocking style nit pick.
Co-Authored-By: deepikabhavnani <[email protected]>
CI started |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
Description
Update IAR flags for Armv8M devices.
Dependent on #9480
Pull request type
Reviewers