Cargo Features

esp-hal-smartled has no features set by default.

[dependencies]
esp-hal-smartled = { version = "0.10.0", features = ["defmt", "esp32", "esp32c3", "esp32c6", "esp32h2", "esp32s2", "esp32s3"] }
defmt

Implement defmt::Format on certain types.

Enables defmt, defmt of esp-hal

esp32

### Chip Support Feature Flags
Target the ESP32.

Enables esp32 of esp-hal

esp32c3

Target the ESP32-C3.

Enables esp32c3 of esp-hal

esp32c6

Target the ESP32-C6.

Enables esp32c6 of esp-hal

esp32h2

Target the ESP32-H2.

Enables esp32h2 of esp-hal

esp32s2

Target the ESP32-S2.

Enables esp32s2 of esp-hal

esp32s3

Target the ESP32-S3.

Enables esp32s3 of esp-hal