Skip to content

Conversation

@theotherjimmy
Copy link
Contributor

@theotherjimmy theotherjimmy commented Mar 1, 2017

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:

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.
@theotherjimmy theotherjimmy changed the title Add the FPU field to the <Cpu> tag it Keil Add the FPU field to the <Cpu> tag in Keil Mar 1, 2017
@theotherjimmy
Copy link
Contributor Author

@bridadan Can we upgrade the CI machines to use version 5.23 of uVision and run a morph export-build?

@bridadan
Copy link
Contributor

bridadan commented Mar 1, 2017

That's not my call really, we'd need to double check with @sg- and @0xc0170 since this influences our "Officially supported versions" of IDEs. But we can definitely run one right now! They aren't running that old of a release (5.21a I think).

@theotherjimmy
Copy link
Contributor Author

/morph export-build

@mbed-bot
Copy link

mbed-bot commented Mar 1, 2017

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph export-build

Output

mbed Build Number: 130

All exports and builds passed!

@theotherjimmy
Copy link
Contributor Author

looks backwards compatible. Let's get this in.

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 2, 2017

retest uvisor

Copy link
Contributor

@0xc0170 0xc0170 left a 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.

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 2, 2017

looks backwards compatible. Let's get this in.

Anyone tested this with earlier uvision than 5.22/23 ?

@bridadan
Copy link
Contributor

bridadan commented Mar 2, 2017

The CI machines test version 5.21 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants