Skip to content

Commit 4ae351f

Browse files
author
Amanda Butler
authored
Copy edit block_device.md
Make suggested grammar changes
1 parent 1a2f8ae commit 4ae351f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/APIs/storage/block_device.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ As a rule of thumb, you can use the erase size for applications that use a singl
3030

3131
## Utility block devices
3232

33-
mbed OS contains several utility block devices to give you better control over how storage is allocated.
33+
mbed OS contains several utility block devices to give you better control over the allocation of storage.
3434

35-
- The [slicing block device](https://github.com/ARMmbed/mbed-os/blob/master/features/filesystem/bd/SlicingBlockDevice.h) allows you to partition storage into smaller block devices that you can use independentally.
36-
- The [chaining block device](https://github.com/ARMmbed/mbed-os/blob/master/features/filesystem/bd/ChainingBlockDevice.h) allows you to chain multiple block devices together and extend the usable amount of storage.
37-
- The [MBR block device](https://github.com/ARMmbed/mbed-os/blob/master/features/filesystem/bd/MBRBlockDevice.h) allows you to partition storage with a [Master Boot Record](https://en.wikipedia.org/wiki/Master_boot_record). The MBR allows the partitions to be configured seperately from outside the application.
35+
- With the [slicing block device](https://github.com/ARMmbed/mbed-os/blob/master/features/filesystem/bd/SlicingBlockDevice.h), you can partition storage into smaller block devices that you can use independentally.
36+
- With the [chaining block device](https://github.com/ARMmbed/mbed-os/blob/master/features/filesystem/bd/ChainingBlockDevice.h), you can chain multiple block devices together and extend the usable amount of storage.
37+
- mbed OS comes with support for storing partitions on disk with a [Master Boot Record (MBR)](https://en.wikipedia.org/wiki/Master_boot_record). The [MBR block device](https://github.com/ARMmbed/mbed-os/blob/master/features/filesystem/bd/MBRBlockDevice.h) provides this functionality and supports creating partitions at runtime or using preformatted partitions configured separately from outside the application.
3838

3939
## Example block devices
4040

0 commit comments

Comments
 (0)