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 bbea66e commit 76ccddeCopy full SHA for 76ccdde
boards/espressif/esp32h2_devkitm/esp32h2_devkitm.dts
@@ -21,6 +21,7 @@
21
zephyr,shell-uart = &uart0;
22
zephyr,flash = &flash0;
23
zephyr,code-partition = &slot0_partition;
24
+ zephyr,ieee802154 = &ieee802154;
25
};
26
27
aliases {
@@ -91,3 +92,7 @@
91
92
pinctrl-0 = <&twai_default>;
93
pinctrl-names = "default";
94
95
+
96
+&ieee802154 {
97
+ status = "okay";
98
+};
boards/espressif/esp32h2_devkitm/esp32h2_devkitm.yaml
@@ -17,3 +17,4 @@ supported:
17
- entropy
18
- i2c
19
- i2s
20
+ - netif:openthread
0 commit comments