-
Notifications
You must be signed in to change notification settings - Fork 3k
[Silicon Labs] Add flash HAL API support #4037
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
[Silicon Labs] Add flash HAL API support #4037
Conversation
The bugfix LGTM. we will wait for CI there, and integrate it It would be nice to paste here some of the tests (at least on one device if possible for both flashIAP and flash HAL). |
cc @c1728p9 |
Looks good to me. |
EFM32 Giant Gecko
EFM32 Pearl Gecko 1
EFM32 Pearl Gecko 12
|
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
Hey everyone, the test failure was caused by an interface issue with one of the ST targets in our test farm. I have reset the target so that failure should be fixed now. I am restarting the job... /morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Description
Implements the flash HAL API for EFM32 and EFR32.
Status
READY
Migrations
NO
Related PRs
List related PRs against other branches:
Todos
Steps to test or reproduce
Run the flash HAL and flash IAP tests on any EFM32GG, WG, LG, PG1 or PG12, or EFR32MG1 or MG12 target. They pass if the test bugfix referenced above is applied.