esp-println 0.6.0

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

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

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

[features]
colors = []
default = ["uart", "critical-section", "colors"]
defmt = ["dep:defmt", "defmt?/encoding-rzcobs"]
defmt-raw = ["dep:defmt", "defmt?/encoding-raw"]
esp32 = []
esp32c2 = []
esp32c3 = []
esp32c6 = []
esp32h2 = []
esp32s2 = []
esp32s3 = []
esp8266 = []
jtag_serial = []
log = ["dep:log"]
no-op = []
rtt = []
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.6.0"
[package.metadata.docs.rs]
cargo-args = ["-Z", "build-std=core"]
default-target = "riscv32imc-unknown-none-elf"
features = ["esp32c3"]