mbed-os/features/storage
ccli8 f6b9e5b23e Fix mis-recognize that Windows-formatted SD card has valid partitions
For Windows-formatted SD card, it is not partitioned (no MBR), but its PBR has the
same boot signature (0xaa55) as MBR. We would easily mis-recognize this SD card has valid
partitions if we only check partition type. We add check by only accepting 0x00 (inactive)
/0x80 (active) for valid partition status.
2018-11-02 19:49:55 -05:00
..
FEATURE_STORAGE Remove uVisor from mbed-os 2018-08-22 16:36:59 +03:00
TESTS Fix no block device handling 2018-11-02 19:49:54 -05:00
blockdevice Fix mis-recognize that Windows-formatted SD card has valid partitions 2018-11-02 19:49:55 -05:00
filesystem Storage: Add required header file and namespace element instead add all 2018-10-19 11:46:55 +01:00
nvstore Storage: Add required header file and namespace element instead add all 2018-10-19 11:46:55 +01:00
system_storage Removing nvstore. adding back the option for configuration as in the external repo 2018-10-19 11:46:55 +01:00