esp32 0.7.0

Peripheral access crate for the ESP32
Documentation
[dependencies.bare-metal]
version = "0.2"

[dependencies.vcell]
version = "0.1"

[dependencies.xtensa-lx6]
version = "0.2.0"

[dependencies.xtensa-lx6-rt]
optional = true
version = "0.3.0"

[features]
default = ["rt"]
rt = ["xtensa-lx6-rt"]

[package]
authors = ["Scott Mabin <scott@mabez.dev>", "Arjan Mels <arjan@mels.email>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Peripheral access crate for the ESP32"
edition = "2018"
include = ["/src/**", "svd/esp32.svd", "build.rs", "device.x"]
keywords = ["no-std", "esp32", "wifi", "embedded"]
license = "MIT OR Apache-2.0"
name = "esp32"
readme = "README.md"
repository = "https://github.com/esp-rs/esp32"
version = "0.7.0"