feat(802.15.4): support 154 on esp32s31

This commit is contained in:
zhuanghang
2026-04-17 15:22:09 +08:00
parent dc29bf9e72
commit 9d3a0945fb
19 changed files with 1286 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ examples/zigbee/esp_zigbee_gateway:
examples/zigbee/light_sample:
enable:
- if: SOC_IEEE802154_SUPPORTED == 1 and IDF_TARGET not in ["esp32h4"]
- if: SOC_IEEE802154_SUPPORTED == 1 and IDF_TARGET not in ["esp32h4", "esp32s31"]
disable_test:
- if: IDF_TARGET != "esp32h2"
temporary: true