-
Notifications
You must be signed in to change notification settings - Fork 3k
NUCLEO_F767ZI: Add missing IAR definitions #4552
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
/morph export-build |
@bcostm Thanks for the enhancement! Does IAR flash the board correctly without modifying any settings? |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 64 All exports and builds passed! |
No unfortunately the build FAIL. There are errors in mbed_boot.c, mbed_critical.c, mbed_retarget.cpp files and I think it is related to the new cmsis5 branch merge but not sure... I checked on NUCLEO_F401RE and I have the same errors (obviously). |
What example program build fails? |
I use mbed-os-example-blinky. |
@bcostm What fails to build? The CI above reports many F4 devices , here is one
Locally
I was using F411/401 for debugging the issues we had earlier this week, did not have problems with IAR to build or any runtime failures after those bugfixes applied we sent.
Please provide more details that could help us |
Ok I will check again and send an issue if any. Can we merge this PR then ? |
@theotherjimmy please review |
Description
Add missing definitions to support IAR for this platform.
Fix Issue #4535
Status
READY
Migrations
NO