Skip to content

Commit e93a633

Browse files
Marek Matejkartben
authored andcommitted
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>
1 parent 99130bb commit e93a633

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

samples/net/openthread/shell/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ CONFIG_NET_LOG=y
1818
CONFIG_SHELL=y
1919
CONFIG_NET_SHELL=y
2020
CONFIG_OPENTHREAD_SHELL=y
21+
CONFIG_NET_L2_IEEE802154_SHELL=y
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&ieee802154 {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)