feat(802.15.4): support 802.15.4 on esp32c5

This commit is contained in:
zwx
2024-07-31 17:22:06 +08:00
parent cf05fa303f
commit 3d46e6ed1d
17 changed files with 1035 additions and 14 deletions
+8
View File
@@ -15,11 +15,19 @@ examples/zigbee/esp_zigbee_gateway:
examples/zigbee/esp_zigbee_rcp:
enable:
- if: SOC_IEEE802154_SUPPORTED == 1
disable:
- if: IDF_TARGET == "esp32c5"
temporary: true
reason: Not supported yet
<<: *zigbee_dependencies
examples/zigbee/light_sample:
enable:
- if: SOC_IEEE802154_SUPPORTED == 1
disable:
- if: IDF_TARGET == "esp32c5"
temporary: true
reason: Not supported yet
disable_test:
- if: IDF_TARGET == "esp32c6"
temporary: true