Skip to content

Commit

Permalink
DNM: mesh: Run CI with NVS CRC check enabled
Browse files Browse the repository at this point in the history
PR to run CI with NVS CRC check enabled.

Signed-off-by: Omkar Kulkarni <[email protected]>
  • Loading branch information
omkar3141 committed Jun 24, 2024
1 parent 763c336 commit cd8f4e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/bluetooth/mesh/light_ctrl/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/bluetooth/tester/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd8f4e3

Please sign in to comment.