mirror of https://github.com/ARMmbed/mbed-os.git
mbr: Added note about limitations
parent
6c74dce434
commit
db965c1652
|
@ -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