-
Notifications
You must be signed in to change notification settings - Fork 3k
Add K66F default sd storage #8348
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
Add K66F default sd storage #8348
Conversation
Will this be using the SD card available via the Arduino connector (e.g ci-test shield)? |
@mmahadevan108 the K66F has an on-board micro SD card connector. so arduino shield is not necessary. |
I updated the branch to remove the Feature: Storage, so the CFStore will not be added with this PR. |
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
/morph build |
Build : SUCCESSBuild number : 3418 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 3042 |
Test : SUCCESSBuild number : 3212 |
Description
K66F has an SD Card. Let's implement it as the default storage using the new default storage mechanism in 5.10. This helps ensure new example apps that use BlockDevice::get_default_instance(); work with no extra configuring.
Pull request type