-
Notifications
You must be signed in to change notification settings - Fork 3k
Add the FPU field to the <Cpu> tag in Keil #3861
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
Recently the Keil IDE has released version 5.23. This version requires the FPU to be set as part of the <Cpu> tag in the .uvprojx (XML project file). This patch adds the appropriate FPU settings based on the trailing F (FPU enabled) or FD (Double precesion FPU enabled) string of the core.
|
@bridadan Can we upgrade the CI machines to use version 5.23 of uVision and run a morph export-build? |
|
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 130 All exports and builds passed! |
|
looks backwards compatible. Let's get this in. |
|
retest uvisor |
0xc0170
left a comment
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.
Tested locally with 5.22 , this resolves the issues I have seen.
Anyone tested this with earlier uvision than 5.22/23 ? |
|
The CI machines test version 5.21 😄 |
Recently Keil released version 5.23 of their IDE. This version requires
the FPU to be set as part of the tag in the .uvprojx (XML project
file). This patch adds the appropriate FPU settings based on the
trailing F (FPU enabled) or FD (Double precesion FPU enabled) string of
the core.
Related issues: