mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6095 from ARMmbed/g-note-mbr-limits
mbr: Add note about limitationspull/6099/head
commit
f9cd95f30d
|
@ -82,6 +82,11 @@ enum {
|
||||||
* // the FAT filesystem in partition 1
|
* // the FAT filesystem in partition 1
|
||||||
* FATFileSystem fat("fat", &part1);
|
* FATFileSystem fat("fat", &part1);
|
||||||
* @endcode
|
* @endcode
|
||||||
|
*
|
||||||
|
* @note
|
||||||
|
* The MBR partition table is relatively limited:
|
||||||
|
* - At most 4 partitions are supported
|
||||||
|
* - Extended partitions are currently not supported and will error during init
|
||||||
*/
|
*/
|
||||||
class MBRBlockDevice : public BlockDevice
|
class MBRBlockDevice : public BlockDevice
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue