Skip to content

Commit

Permalink
[Telink] Enable NVS lookup cache
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Dec 23, 2022
1 parent 17361b0 commit 829efd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/telink/app/zephyr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ CONFIG_DYNAMIC_INTERRUPTS=y
# nvs_sector_size = flash_page_size * mult = 256 * 8 = 2048
CONFIG_SETTINGS_NVS_SECTOR_SIZE_MULT=8

# Enable NVS lookup cache
CONFIG_NVS_LOOKUP_CACHE=y

# Reboot system when fault happened
CONFIG_TELINK_B91_REBOOT_ON_FAULT=y

Expand Down

0 comments on commit 829efd3

Please sign in to comment.