Browse Source

samples: ot: shell: update the sample configuration

Add l2 shell and ieee802154 node to the samples.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
pull/91646/head
Marek Matej 6 months ago committed by Benjamin Cabé
parent
commit
e93a6338d4
  1. 1
      samples/net/openthread/shell/prj.conf
  2. 9
      samples/net/openthread/shell/socs/esp32c6.overlay

1
samples/net/openthread/shell/prj.conf

@ -18,3 +18,4 @@ CONFIG_NET_LOG=y @@ -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

9
samples/net/openthread/shell/socs/esp32c6.overlay

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
/*
* Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
&ieee802154 {
status = "okay";
};
Loading…
Cancel
Save