zephyr/tests/subsys/settings/fcb/src
Andrzej Puzdrowski 15159dddf1 settings: always uses the storage partition for FCB
It was possible via Kconfig to assign any partition for FCB using
its number. Partitions flash_area_id becomes non predefined
(are auto-generated). So it is possible only to guess which
number will be signed to certain area.

Unfortunately it is not possible to transfer FLASH_AREA_XXX_ID
label via Kconfig.

Patch assigns settings to the storage partition and remove
SETTINGS_FCB_FLASH_AREA property from settings Kconfig.

fixes #13388

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-03-04 16:51:19 +01:00
..
settings_test_compress_deleted.c tests: subsys: settings: fcb-backend tests rework 2018-12-11 11:22:16 +01:00
settings_test_compress_reset.c
settings_test_empty_fcb.c
settings_test_fcb.c settings: always uses the storage partition for FCB 2019-03-04 16:51:19 +01:00
settings_test_save_1_fcb.c tests: subsys: settings: fcb-backend tests rework 2018-12-11 11:22:16 +01:00
settings_test_save_2_fcb.c tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
settings_test_save_3_fcb.c tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
settings_test_save_one_fcb.c tests: subsys: settings: fcb-backend tests rework 2018-12-11 11:22:16 +01:00
settings_test_save_unaligned.c tests/subsys/settings: fcb unaligned value test 2019-02-21 19:09:04 -05:00
settings_test.h tests/subsys/settings: fcb unaligned value test 2019-02-21 19:09:04 -05:00