-
Notifications
You must be signed in to change notification settings - Fork 3k
STORAGE: FAT32/SDCARD Filesystem support with basic test (basic.cpp) #3468
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
STORAGE: FAT32/SDCARD Filesystem support with basic test (basic.cpp) #3468
Conversation
@simonqhughes The Block Device API (introduced here #3449) will decouple the FAT FS from the SD Card driver. Please be aware of the changes that my need to occur depending on merging order of these two pull requests. |
@simonqhughes Another note.
Well, now I care |
Feature branches are deliverables and must pass all CI |
Notes:
|
@theotherjimmy, I can retarget #3449 at the feature-storage branch. We should probably go ahead and merge this first, #3449 should be easy to rebase onto this since there should be no changes to the filesystem API. Additionally we get the sanity of running the glib tests @simonqhughes is bringing in on the pr. |
I don't know how long we want to keep build_travis in the tests for mbed-os. It seems like they may become more trouble then they are worth. @simonqhughes, for now, here is the patch to redirect the build_travis step: I wasn't sure if I could add that change to this pr, I didn't try in case it would mess up your development setup. |
It's not just about travis but about having some dependencies on this filesystem in the mbed 2 (scripts that are used for building mbed 2 libraries). Travis shows it nicely that there are some. How shall we fix this? |
@0xc0170, are these changes reasonable? |
Summary of changes:
|
@simonqhughes Thanks for the summary. What do the test actually test for? |
@bridadan any idea why the jenkins check is failing? |
|
Ah, thanks @sg-, it looks like this is an actual test failure that will require looking into. |
/morph test-nightly |
Assuming tests pass, LGTM, once merged we can make more granular changes as needed. |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
/morph test-nightly |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
@simonqhughes THe only failure for the latest one is build for SARA_NBIOT_EVK, is that related? Error is |
…ure-storage branch.
… subdir, and fs-fat tests to features/TESTS.
970d9af
to
3a0a3b6
Compare
…build correctly for targets that dont have SPI interfaces.
3a0a3b6
to
d8bf533
Compare
Why is this merged without /morph test-nightly passing? |
/morph test-nightly |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Description
This pull request contains the following changes:
The work is being delivered to the feature-storage branch for the Israel/mbed-client team to adopt.
Status
READY
Migrations
This PR does not change any APIs.
Related PRs
There are no related PRs.