mbed-os/storage/blockdevice/source
Lingkai Dong 6bb23815c5 SFDP: Add support for multiple configurations and sector maps
A Sector Map Parameter Table contains a sequence of the following
descriptors:
* (Optional) configuration detection command descriptors, one for
each command to run to determine the current configuration. This
exists only if the flash layout is configurable.
* Sector map descriptors, one for each possible configuration. On
a flash device with a non-configurable layout, there is only one
such descriptor.

Previously we only supported the non-configurable case with a single
descriptor. This commit adds support for multiple configurations.
2021-09-10 11:40:01 +01:00
..
BufferedBlockDevice.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
ChainingBlockDevice.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
ExhaustibleBlockDevice.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
FlashSimBlockDevice.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
HeapBlockDevice.cpp HeapBlockDevice::erase(): free up heap memory 2021-04-14 17:00:17 +01:00
MBRBlockDevice.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
ObservingBlockDevice.cpp Add SPDX identifier 2020-12-15 15:01:25 +00:00
ProfilingBlockDevice.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
ReadOnlyBlockDevice.cpp Add SPDX identifier 2020-12-15 15:01:25 +00:00
SFDP.cpp SFDP: Add support for multiple configurations and sector maps 2021-09-10 11:40:01 +01:00
SlicingBlockDevice.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00