We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99130bb commit e93a633Copy full SHA for e93a633
samples/net/openthread/shell/prj.conf
@@ -18,3 +18,4 @@ CONFIG_NET_LOG=y
18
CONFIG_SHELL=y
19
CONFIG_NET_SHELL=y
20
CONFIG_OPENTHREAD_SHELL=y
21
+CONFIG_NET_L2_IEEE802154_SHELL=y
samples/net/openthread/shell/socs/esp32c6.overlay
@@ -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