-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Replace CMSIS flash driver by SDK flash driver #4485
Replace CMSIS flash driver by SDK flash driver #4485
Conversation
I recall this failure and think there is another associated commit about target naming or directory or similar. https://travis-ci.org/ARMmbed/mbed-os/builds/240173808#L1310 |
Thanks for the info @sg-! |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
977e25b
to
5db6e4f
Compare
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputExample Build failed! |
mbed-os-example-mesh-minimal NUCLEO_F429ZI IAR - this example fails to build . Seems relevant (but only for IAR though). @kegilbert Can you test that one please? |
Strange, I was able to build that example locally with IAR and this branch...I wasn't able to get any information from the CI as to why that example failed other than:
|
Running again just to be sure |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
Can you test locally? Seems like all these devices changed in this patch result in error for flashIAP tests |
That was our next step, wasn't able to last night but will check ASAP. |
Added a new commit to fix the flash test errors. @adustm, NVIC_SetVector is getting called very early in the boot sequence (SystemInit) and trying to write the new vector to flash. This is probably something that should be fixed. I added a workaround in this patch to clear the error flags before flashing. CC: @bulislaw |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputExample Build failed! |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputExample Build failed! |
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 55 All exports and builds passed! |
@studavekar Can we get a nice error for example errors, taken from #4485 (comment), there's one failure, and the console shows this:
|
@studavekar Sounds good! I made a PR for it this morning here: #4530 |
Result: FAILUREYour command has finished executing! Here's what you wrote!
|
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputExample Build failed! |
@kegilbert That's a real example build failure. Could you take a look? |
Looking into it now, I remember this cropping up before. |
Still not able to reproduce locally, looks like it's a tooling error from the error output:
|
@kegilbert Just because you get a traceback, does not mean it's a tooling error. You always get a traceback with |
This commit completely rewrote flash_api.c in a few places so kicked out changes from Master and accepted the branch changes. F429 + F439 : changes after code review GetSector has been rewritten
fix STM32F439 flash HAL
typo in flash_s struct
01bc989
to
90bc8ca
Compare
@kegilbert Have you been able to reproduce. I can see here rebase, is it resolved and we can review/run CI again? |
We are not able to reproduce locally or in the CI environment manually when I last tested that. We've been looking into why it seems to only be happening on CI runs @0xc0170 . |
The IAR version was updated on the CI machines, rerunning morph test to check if that resolved this issue. /morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
@0xc0170 Should be good to go! |
This commit: Still has
|
@kegilbert Please be careful with rebase, and always review commit by commit. |
Rebase against master for: #4066
Smaller chunk of the Workshop branch additions: #4412
Feel free to add in however else should be a reviewer @c1728p9