zephyr/subsys/settings
Andrzej Puzdrowski f0616a4394 subsys/settings: fcb compress areas only once
fcb instance might use less areas than CONFIG_SETTINGS_FCB_NUM_AREAS.
During compression of completely filled up fcb it was possible to try
compress areas more than once.

What this patch fixes is not a bug - rather fix for inefficient service
of the corner case.

fixes #12657

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-01-23 14:43:00 +01:00
..
include/settings subsys/settings: stream-style encoding and decoding to/from storage 2018-12-11 11:22:16 +01:00
src subsys/settings: fcb compress areas only once 2019-01-23 14:43:00 +01:00
CMakeLists.txt
Kconfig settings: make base64 encoding optional 2018-12-11 11:22:16 +01:00