-
Notifications
You must be signed in to change notification settings - Fork 3k
Enable HAL Flash API on Fast Models MPS2 targets #7554
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
Here attached the HAL Flash test results for all 3 toolchains
|
Here attached the mbed driver FlashIAP test results for all 3 toolchains
|
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.
LGTM, just one comment below.
* GCC_ARM). | ||
* | ||
* WARNING: IAR does not include this file and re-define these values in | ||
* MPS2.icf file. Please make sure that the two files share the same values. |
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.
Shouldn't this PR also update this file then?
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.
Yes, this file will be updated. but not in this PR. I do have another PR is going on about refactoring MPS2 board memory layout files. IAR does not use this memory_zone.h anyway, It is should be no impact.
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!
/morph build |
Build : SUCCESSBuild number : 2659 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2293 |
Test : SUCCESSBuild number : 2401 |
Enable HAL Flash API on Fast Models MPS2 targets
Enable HAL Flash API on Fast Models MPS2 targets
This pull request enable the HAL Flash API on all Fast Models MPS2 targets.
And this enabled the Fast Models MPS2 target to run all flash tests and other flash realted functions, IAP etc.
Pull request type