mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
|---|---|---|
| .. | ||
| COMPONENT_DATAFLASH | ||
| COMPONENT_FLASHIAP | ||
| COMPONENT_I2CEE | ||
| COMPONENT_OSPIF | ||
| COMPONENT_QSPIF | ||
| COMPONENT_SD | ||
| COMPONENT_SPIF | ||
| COMPONENT_SPINAND | ||
| include/blockdevice | ||
| source | ||
| tests | ||
| CMakeLists.txt | ||
| mbed_lib.json | ||