Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions boards/espressif/esp32h2_devkitm/esp32h2_devkitm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;
zephyr,code-partition = &slot0_partition;
zephyr,ieee802154 = &ieee802154;
};

aliases {
Expand Down Expand Up @@ -91,3 +92,7 @@
pinctrl-0 = <&twai_default>;
pinctrl-names = "default";
};

&ieee802154 {
status = "okay";
};
1 change: 1 addition & 0 deletions boards/espressif/esp32h2_devkitm/esp32h2_devkitm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ supported:
- entropy
- i2c
- i2s
- netif:openthread
5 changes: 5 additions & 0 deletions dts/riscv/espressif/esp32h2/esp32h2_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
status = "okay";
};

ieee802154: ieee802154 {
compatible = "espressif,esp32-ieee802154";
status = "disabled";
};

soc {
#address-cells = <1>;
#size-cells = <1>;
Expand Down
6 changes: 6 additions & 0 deletions samples/net/openthread/shell/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ tests:
platform_allow:
- frdm_rw612
- rd_rw612_bga
sample.net.openthread.shell.esp:
build_only: true
extra_args:
- CONFIG_BUILD_ONLY_NO_BLOBS=y
platform_allow:
- esp32h2_devkitm
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ manifest:
groups:
- hal
- name: hal_espressif
revision: 2cdfb13d4ad7203efe455e80ae896e360d728c4b
revision: f89d5ed56649917970067e113289fa252267fa7f
path: modules/hal/espressif
west-commands: west/west-commands.yml
groups:
Expand Down
Loading