-
Notifications
You must be signed in to change notification settings - Fork 3k
Release v122 #2175
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
Release v122 #2175
Conversation
We keep target.core names, it defines if CPU contains FPU, as it's common - Cortex M4F/M7F. We add Cortex M7FD for double precision FPU.
uvision errors otherwise, not possible to create a path.
LGTM |
LGTM |
LGTM. However, the PR doesn't apply cleanly anymore. Can you please rebase? |
Conflicts: tools/export/uvision4.py tools/export/uvision5.py
I had to merge to resolve conflicts, as a release is already tested + generated, thus no altering of this branch. Ready for merge! |
@mbed-bot: TEST HOST_OSES=windows |
[Build 650] |
Is there a new revision of mbed v122? Where can i download it from? |
Not yet available, will be soon (some changes outside of this repository have to be done) |
mbed library release v122, including some fixes.
@ohagendorf I reverted partially fpu change, we use now
Cortex-M7FD
as a core with double precision fpu. We can have a look at this again later. I believe there will be some consolidation of cores/fpu and their symbols, thus this might land later.cc @screamerbg @sg-