Cargo Features
esp-fast-serial has no features set by default.
[dependencies]
esp-fast-serial = { version = "0.3.0", features = ["esp32s3", "esp32c3", "esp32c6", "esp32h2", "esp32s2", "esp32p4"] }
- esp32s3
-
Enables esp32s3 of esp-backtrace, esp-hal, esp-hal-embassy, and esp-println
esp-hal:
Target the ESP32-S3.
- esp32c3
-
Enables esp32c3 of esp-backtrace, esp-hal, esp-hal-embassy, and esp-println
esp-hal:
Target the ESP32-C3.
- esp32c6
-
Enables esp32c6 of esp-backtrace, esp-hal, esp-hal-embassy, and esp-println
esp-hal:
Target the ESP32-C6.
- esp32h2
-
Enables esp32h2 of esp-backtrace, esp-hal, esp-hal-embassy, and esp-println
esp-hal:
Target the ESP32-H2.
- esp32s2
-
Enables esp32s2 of esp-backtrace, esp-hal, esp-hal-embassy, and esp-println
esp-hal:
Target the ESP32-S2.
- esp32p4
-
TODO