-
Notifications
You must be signed in to change notification settings - Fork 3k
COMPONENT_SD tests update for small RAM targets #9236
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
@jeromecoutant, thank you for your changes. |
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
Any update ? :-) |
@theamirocohen can you review? |
Test buffer size can now be specified for each target
4d1873b
to
f3ba34a
Compare
@theamirocohen any update ? Thx |
@@ -9,20 +9,30 @@ | |||
"CMD_TIMEOUT": 10000, | |||
"CMD0_IDLE_STATE_RETRIES": 5, | |||
"INIT_FREQUENCY": 100000, | |||
"CRC_ENABLED": 1 | |||
"CRC_ENABLED": 1, | |||
"TEST_BUFFER": 8192 | |||
}, | |||
"target_overrides": { |
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.
Hi, Why were these 4 boards removed?
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.
Hi, Why were these 4 boards removed?
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.
??
There is no removed boards...
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.
Weird, I saw 4 boards that were removed, never mind.
Thanks
@jeromecoutant without the addition of "components_add": ["SD"] in targets.json I think the tests will not be relevant |
Sure... But this patch is when we add this SD component... |
@theamirocohen any update ? |
LGTM |
Could we start CI ? |
ci started |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
Marking for patch, but would like another @ARMmbed/mbed-os-maintainers to ack. |
Description
DIRS and SEEK tests are FAIL for targets with small RAM.
Buffer size can now be specified for each target.
Default size is not changed with that patch.
It has been divided by 2 for some small RAM targets.
Pull request type