mbed-os/storage/blockdevice
Lingkai Dong 3b9335055b general_block_device test: allocate buffers enough for the largest sector
Previously we get the common erase size of the whole flash, which
may or may not exists if there are multiple regions. In this case
the size returned is zero and the test fails.

Fix this by allocating read and write buffers that are large enough
for all sectors. The test itself already supports non-uniform
erase sizes, and the erase size at any address can be smaller
than our buffers.
2020-09-04 16:05:10 +01:00
..
COMPONENT_DATAFLASH Rename to more readable include header directory component name 2020-08-18 13:10:50 +01:00
COMPONENT_FLASHIAP Rename to more readable include header directory component name 2020-08-18 13:10:50 +01:00
COMPONENT_I2CEE Rename to more readable include header directory component name 2020-08-18 13:10:50 +01:00
COMPONENT_QSPIF QSPIF: options to preset reset sequence for legacy SFDP 2020-08-21 11:37:47 +01:00
COMPONENT_SD Rename to more readable include header directory component name 2020-08-18 13:10:50 +01:00
COMPONENT_SPIF Rename to more readable include header directory component name 2020-08-18 13:10:50 +01:00
include/blockdevice Refactor storage/blockdevice directory 2020-07-17 03:10:58 -07:00
source Refactor storage/blockdevice directory 2020-07-17 03:10:58 -07:00
tests general_block_device test: allocate buffers enough for the largest sector 2020-09-04 16:05:10 +01:00