mbed-os/storage
Lingkai Dong cf977b7aae TDBStore: the work buffer is at least the program size or 64 bytes
Previously, we always set the work buffer to 64 bytes, without
checking it was no less the actual program size. But we can't
simply switch to use the program size for the work buffer,
because if it's too small (e.g. 1 byte in some cases), we
will not be able to read the status header (24 bytes), and
small buffers means more underlying write operations and
lower efficiency.

This PR changes the work buffer size to be the program size,
or 64 bytes as an absolute minimum like before.
2020-12-02 14:57:43 +00:00
..
blockdevice Merge pull request #13960 from harmut01/2260_erase_size_const 2020-11-26 15:54:07 +00:00
docs Refactor storage docs 2020-09-17 16:07:22 +01:00
filesystem Fix mbed::Dir type handling in fat_filesystem 2020-11-24 17:00:20 +00:00
kvstore TDBStore: the work buffer is at least the program size or 64 bytes 2020-12-02 14:57:43 +00:00
platform CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
CMakeLists.txt CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00