Cargo Features

esp-ieee802154 has no features set by default.

[dependencies]
esp-ieee802154 = { version = "0.2.0", features = ["esp32c6", "esp32h2", "binary-logs"] }
esp32c6

Enables esp32c6 of esp-hal and esp-wifi-sys ^0.4.0

esp-hal:

Target the ESP32-C6.

esp32h2

Enables esp32h2 of esp-hal and esp-wifi-sys ^0.4.0

esp-hal:

Target the ESP32-H2.

binary-logs

Output logging from the PHY blobs. Requires nightly.