Skip to content

Commit ae20a6a

Browse files
Lukasz Majewskikartben
authored andcommitted
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 <[email protected]>
1 parent 7f302b5 commit ae20a6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/net/sockets/echo_client/overlay-ot-rcp-host-uart.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CONFIG_NET_L2_OPENTHREAD=y
2626

2727
# Use NVS as settings backend
2828
CONFIG_NVS=y
29+
CONFIG_SETTINGS_NVS=y
2930

3031
# Enable Openthread rcp host
3132
CONFIG_HDLC_RCP_IF=y

0 commit comments

Comments
 (0)