Cargo Features

[dependencies]
esp-embassy-wifihelper = { version = "0.2.2", default-features = false, features = ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s2", "esp32s3", "esp32example", "esp32c2example", "esp32c3example", "esp32c6example", "esp32h2example", "esp32s2example", "esp32s3example"] }
default = esp32

The esp32 feature is set by default whenever esp-embassy-wifihelper is added without default-features = false somewhere in the dependency tree.

esp32 default esp32example?

Enables esp32 of esp-hal, esp-hal-embassy, and esp-wifi

esp-hal:

dependencies for ESP

esp32c2 esp32c2example?

Enables esp32c2 of esp-hal, esp-hal-embassy, and esp-wifi

esp32c3 esp32c3example?

Enables esp32c3 of esp-hal, esp-hal-embassy, and esp-wifi

esp32c6 esp32c6example?

Enables esp32c6 of esp-hal, esp-hal-embassy, and esp-wifi

esp32h2 esp32h2example?

Enables esp32h2 of esp-hal, esp-hal-embassy, and esp-wifi

esp32s2 esp32s2example?

Enables esp32s2 of esp-hal, esp-hal-embassy, and esp-wifi

esp32s3 esp32s3example?

Enables esp32s3 of esp-hal, esp-hal-embassy, and esp-wifi

esp32example = esp32

Enables esp32 of esp-backtrace, esp32 and uart of esp-println and executor-thread and task-arena-size-32768 of embassy-executor

dependencies for embassy

esp32c2example = esp32c2

Enables task-arena-size-32768 of embassy-executor, esp32c2 of esp-backtrace, esp32c2 and uart of esp-println

esp32c3example = esp32c3

Enables task-arena-size-32768 of embassy-executor, esp32c3 of esp-backtrace, esp32c3 and jtag-serial of esp-println

esp32c6example = esp32c6

Enables task-arena-size-32768 of embassy-executor, esp32c6 of esp-backtrace, esp32c6 and jtag-serial of esp-println

esp32h2example = esp32h2

Enables task-arena-size-32768 of embassy-executor, esp32h2 of esp-backtrace, esp32h2 and jtag-serial of esp-println

esp32s2example = esp32s2

Enables task-arena-size-32768 of embassy-executor, esp32s2 of esp-backtrace, esp32s2 and uart of esp-println

esp32s3example = esp32s3

Enables executor-thread and task-arena-size-32768 of embassy-executor, esp32s3 of esp-backtrace, esp32s3 and jtag-serial of esp-println