ARMmbed / mbed-os-example-filesystem

The Mbed OS file system example
https://mbed.com
Apache License 2.0
16 stars 33 forks source link

Use BlockDevice get_default_instance method to determine block device #78

Closed davidsaada closed 5 years ago

davidsaada commented 5 years ago

Use get_default_instance method to determine active block device, instead of component specific ones, which may be inappropriate or non existing for the current board.

Successfully tested on K64F (SD) and K82F (SPIF).

MarceloSalazar commented 5 years ago

You should probably move these changes to the mbed-os-5.11.0-oob branch. It will be merged to master once the release is approved. Thanks!

davidsaada commented 5 years ago

You should probably move these changes to the mbed-os-5.11.0-oob branch. It will be merged to master once the release is approved. Thanks!

Yes, it's currently on my own branch, waiting for a review. Will likely merge it to the oob branch after the review.