mbed-os/storage/blockdevice/tests
Lingkai Dong 0cb62c4944 SFDP: unit tests: Fix Configuration ID in fake test data
The second byte of the sector map descriptor is the configuration ID.
On a device with non-configurable layout, the only available map
descriptor's configuration ID must be 0x00 as required by the
JESD216D standard. This value is important, because we will check
each descriptor's configuration ID when we support multiple
configurations.

Note: The test data is fake - when we modified real data of a
configurable device to become non-configurable for test purpose, we
forgot to change this field.
2021-09-10 09:46:02 +01:00
..
TESTS/blockdevice General block device test: Fix thread stack allocation 2021-09-08 14:18:21 +01:00
UNITTESTS SFDP: unit tests: Fix Configuration ID in fake test data 2021-09-10 09:46:02 +01:00