ARMmbed / mbed-os-example-filesystem

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

Improve description of proces to add a new block device #133

Closed harmut01 closed 3 years ago

harmut01 commented 3 years ago

Fixes #81

Updated README to reflect the current procedure for adding a block device. Replaced extraneous information regarding types of block devices supported by Mbed OS with link to corresponding page on Mbed OS documentation website. Fixed mbedtools invocation in travis script which was breaking CI.

harmut01 commented 3 years ago

Thank you @LDong-Arm and @evedon for your feedback! I have removed most of the detail relating to adding a new block device and placed it in the README for the block device example. The PR for this can be found here: https://github.com/ARMmbed/mbed-os-example-blockdevice/pull/61.