esp-hal/xtensa-lx/Cargo.toml
Dániel Buga 09511c750a
Trim down xtensa-lx (#2357)
* Remove mutex, InterruptNumber, bare_metal and spin

* Changelog
2024-11-23 01:01:37 +00:00

18 lines
491 B
TOML

[package]
name = "xtensa-lx"
version = "0.9.0"
edition = "2021"
rust-version = "1.65"
description = "Low-level access to Xtensa LX processors and peripherals"
repository = "https://github.com/esp-rs/esp-hal"
license = "MIT OR Apache-2.0"
categories = ["embedded", "hardware-support", "no-std"]
keywords = ["lx", "peripheral", "register", "xtensa"]
links = "xtensa-lx"
[dependencies]
critical-section = "1.0.0"
document-features = "0.2.10"
[features]