zephyr/tests/subsys/settings/fcb/base64
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
..
CMakeLists.txt
nrf52_pca10040.overlay settings: always uses the storage partition for FCB 2019-03-04 16:51:19 +01:00
nrf52840_pca10056.overlay settings: always uses the storage partition for FCB 2019-03-04 16:51:19 +01:00
prj.conf tests: subsys: settings: Use DT_FLASH_AREA_<FOO>_ID define 2019-02-07 10:31:27 -06:00
testcase.yaml