samples: echo_client: OpenThread RCP set CONFIG_SETTINGS_NVS=y
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>
This commit is contained in:
parent
7f302b55d2
commit
ae20a6aa91
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue