esp32 0.28.0

Peripheral access crate for the ESP32
Documentation
[dependencies.critical-section]
optional = true
version = "1.1.1"

[dependencies.vcell]
version = "0.1.3"

[dependencies.xtensa-lx]
version = "0.8.0"

[features]
default = ["xtensa-lx/esp32"]
impl-register-debug = []
rt = []

[lib]
bench = false
test = false

[package]
categories = ["embedded", "hardware-support", "no-std"]
description = "Peripheral access crate for the ESP32"
edition = "2021"
include = ["src/**", "build.rs", "device.x"]
keywords = ["embedded", "esp32", "no-std", "wifi"]
license = "MIT OR Apache-2.0"
name = "esp32"
readme = "README.md"
repository = "https://github.com/esp-rs/esp-pacs"
rust-version = "1.67"
version = "0.28.0"