[lib]
name = "cortex_m_types"
path = "src/lib.rs"
[package]
authors = ["The Cortex-M Team <cortex-m@teams.rust-embedded.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std"]
description = "Low level access to Cortex-M processors"
documentation = "https://docs.rs/cortex-m-types"
edition = "2021"
keywords = ["arm", "cortex-m", "register", "peripheral"]
license = "MIT OR Apache-2.0"
name = "cortex-m-types"
readme = "README.md"
repository = "https://github.com/rust-embedded/cortex-m"
rust-version = "1.81"
version = "0.1.0"
[package.metadata.docs.rs]
targets = ["thumbv8m.main-none-eabihf", "thumbv6m-none-eabi", "thumbv7em-none-eabi", "thumbv7em-none-eabihf", "thumbv7m-none-eabi", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi"]