Skip to content

Commit

Permalink
samples: echo_client: OpenThread RCP set CONFIG_SETTINGS_NVS=y
Browse files Browse the repository at this point in the history
By default OpenThread uses storage API to store configuration options.

On for example mimxrt1020_evk the enabled by default is
CONFIG_SETTINGS_NONE when CONFIG_SETTINGS is enabled. Fix this problem by
using the CONFIG_SETTINGS_NVS=y.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
  • Loading branch information
Lukasz Majewski authored and kartben committed Jan 8, 2025
1 parent 7f302b5 commit ae20a6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ CONFIG_NET_L2_OPENTHREAD=y

# Use NVS as settings backend
CONFIG_NVS=y
CONFIG_SETTINGS_NVS=y

# Enable Openthread rcp host
CONFIG_HDLC_RCP_IF=y
Expand Down

0 comments on commit ae20a6a

Please sign in to comment.