From cd8f4e304bab5f2bbf060391344a8912bac4499b Mon Sep 17 00:00:00 2001 From: Omkar Kulkarni Date: Thu, 20 Jun 2024 15:34:58 +0200 Subject: [PATCH] DNM: mesh: Run CI with NVS CRC check enabled PR to run CI with NVS CRC check enabled. Signed-off-by: Omkar Kulkarni --- samples/bluetooth/mesh/light_ctrl/prj.conf | 1 + tests/bluetooth/tester/prj.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/samples/bluetooth/mesh/light_ctrl/prj.conf b/samples/bluetooth/mesh/light_ctrl/prj.conf index 1ebd14d3886d..7bd46ee20c9f 100644 --- a/samples/bluetooth/mesh/light_ctrl/prj.conf +++ b/samples/bluetooth/mesh/light_ctrl/prj.conf @@ -16,6 +16,7 @@ CONFIG_FLASH=y CONFIG_FLASH_MAP=y CONFIG_NVS=y CONFIG_NVS_LOOKUP_CACHE=y +CONFIG_NVS_DATA_CRC=y CONFIG_SETTINGS=y CONFIG_SETTINGS_NVS_NAME_CACHE=y CONFIG_HWINFO=y diff --git a/tests/bluetooth/tester/prj.conf b/tests/bluetooth/tester/prj.conf index 0801750f1d6f..139cda829ece 100644 --- a/tests/bluetooth/tester/prj.conf +++ b/tests/bluetooth/tester/prj.conf @@ -88,6 +88,7 @@ CONFIG_SETTINGS=y CONFIG_FLASH=y CONFIG_FLASH_MAP=y CONFIG_NVS=y +CONFIG_NVS_DATA_CRC=y CONFIG_SOC_FLASH_NRF_PARTIAL_ERASE=y CONFIG_BT_TINYCRYPT_ECC=y