Cargo Features

esp-ieee802154 has no features set by default.

[dependencies]
esp-ieee802154 = { version = "0.4.0", features = ["esp32c6", "esp32h2", "sys-logs", "log", "defmt"] }
esp32c6

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

esp-hal:

Target the ESP32-C6.

esp32h2

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

esp-hal:

Target the ESP32-H2.

sys-logs

Enables sys-logs of esp-wifi-sys

esp-wifi-sys:

Enable log output from binary blobs - requires nightly

log

Enables log, log of esp-wifi-sys

defmt

Enables defmt, defmt of esp-wifi-sys

esp-ieee802154 has 5 features without comments.