-
Notifications
You must be signed in to change notification settings - Fork 3k
Qspi hal test refactoring/update #7925
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
Qspi hal test refactoring/update #7925
Conversation
- code refactoring and preparation for enabling DPI/QPI tests - reduced multiple test count to 4 - use common flash config header for all MX25RXX35F chips - fix sector erase max time on N25Q128A
@jamesbeyond @0xc0170 @SenRamakri @offirko |
58cb363
to
4e5fd07
Compare
randomize flash address during test to extend flash life
4e5fd07
to
b41ce6c
Compare
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 to me
Tested on:
|
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.
test utils look like they might become driver update or keep driver as it is ?
@0xc0170 |
fix address sending in qspi_command_transfer now address is send MSB first
def7ee1
to
3a64383
Compare
set flash sector count to 1024 for EFM32GG11_STK3701(MX25R3235F) set flash sector count to 2048 for NRF52840_DK(MX25R6435F)
@0xc0170 @jamesbeyond @offirko |
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 to me
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.
Fix for address MSB first looks good
/morph build |
Build : SUCCESSBuild number : 3092 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2701 |
Test : FAILUREBuild number : 2881 |
tests-mbed_drivers-lp_ticker
I'm looking into it |
@maciejbocianski Let us know if you find anything, we should restart CI here |
/morph test |
Test : SUCCESSBuild number : 2910 |
Description
Pull request type