mbed-os/storage/blockdevice/source
Lingkai Dong 651099225e SFDP: Set region count to 1 for no sector map
A flash device with no sector map table has uniform sectors, and we
treat the whole flash as one region. In this case the function
`sfdp_parse_sector_map_table()` sets the single region's size and high
boundary accordingly, but it lacks setting of region count to 1, so
users of the SFDP parser may not get the correct number of regions.
This commit fixes the issue.
2021-08-06 14:30:16 +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: Set region count to 1 for no sector map 2021-08-06 14:30:16 +01:00
SlicingBlockDevice.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00