esp-println 0.9.1

Provides `print!` and `println!` implementations various Espressif devices
Documentation
[dependencies.critical-section]
optional = true
version = "1.1.2"

[dependencies.defmt]
optional = true
version = "0.3.6"

[dependencies.log]
optional = true
version = "0.4.20"

[dependencies.portable-atomic]
default-features = false
optional = true
version = "1.6.0"

[features]
colors = []
default = ["uart", "critical-section", "colors"]
defmt-espflash = ["dep:defmt", "defmt?/encoding-rzcobs"]
esp32 = []
esp32c2 = []
esp32c3 = []
esp32c6 = []
esp32h2 = []
esp32p4 = []
esp32s2 = []
esp32s3 = []
jtag-serial = ["portable-atomic"]
log = ["dep:log"]
no-op = []
uart = []

[package]
authors = ["Björn Quentin <bjoern.quentin@mobile-j.de>", "Jesse Braham <jesse@beta7.io>"]
description = "Provides `print!` and `println!` implementations various Espressif devices"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "esp-println"
readme = "README.md"
repository = "https://github.com/esp-rs/esp-println"
version = "0.9.1"
[package.metadata.docs.rs]
cargo-args = ["-Z", "build-std=core"]
default-target = "riscv32imc-unknown-none-elf"
features = ["esp32c3"]