-
Notifications
You must be signed in to change notification settings - Fork 3k
Setting K64F to use KVStore FileSystem configuration #8934
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
Travis failure will be fixed on master soon (we will request rebase once done). See #8945 |
The fix is on master, if you rebase, it should allow travis to run |
8f9a5b3
to
d21bfbf
Compare
@yossi2le What's the difference between having |
CI started |
@yossi2le @dannybenor PR looks fine to me, just wondering why the K64F would need a different config than the K66F. Is that because of the differenced between each eval board, and not just the chip family? |
@cmonr It is more an issue of testing. K66F was selected by Pelion Client team to be the platform to test internal memory, while K64F is currently used with SD cards, and it is more suitable to test file system configuration. |
Test run: SUCCESSSummary: 4 of 4 test jobs passed |
Test restarted, error not related to the change. |
Test restarted |
Description
This PR change the default KVStore configuration of K64F to FILESYSTEM means, that KVStore will work over filesystem using the FileSystemStore implementation and SecureStore implementation.
Previously PR has changed it to TDB_INTERNAL, which was a mistake.
Pull request type