From e93a6338d48be1b8a48d00204d72a27a714d7e81 Mon Sep 17 00:00:00 2001 From: Marek Matej Date: Tue, 14 Jan 2025 09:21:57 +0100 Subject: [PATCH] samples: ot: shell: update the sample configuration Add l2 shell and ieee802154 node to the samples. Signed-off-by: Marek Matej --- samples/net/openthread/shell/prj.conf | 1 + samples/net/openthread/shell/socs/esp32c6.overlay | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 samples/net/openthread/shell/socs/esp32c6.overlay diff --git a/samples/net/openthread/shell/prj.conf b/samples/net/openthread/shell/prj.conf index 78ddc17ac1b..91ae3943d85 100644 --- a/samples/net/openthread/shell/prj.conf +++ b/samples/net/openthread/shell/prj.conf @@ -18,3 +18,4 @@ CONFIG_NET_LOG=y CONFIG_SHELL=y CONFIG_NET_SHELL=y CONFIG_OPENTHREAD_SHELL=y +CONFIG_NET_L2_IEEE802154_SHELL=y diff --git a/samples/net/openthread/shell/socs/esp32c6.overlay b/samples/net/openthread/shell/socs/esp32c6.overlay new file mode 100644 index 00000000000..a50c4f77da8 --- /dev/null +++ b/samples/net/openthread/shell/socs/esp32c6.overlay @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd. + * + * SPDX-License-Identifier: Apache-2.0 + */ + +&ieee802154 { + status = "okay"; +};