imxrt-ral 0.1.0

Register access layer for all NXP i.MX RT microcontrollers
Documentation
# Generated by imxrtral.py. Do not edit manually.

[package]
name = "imxrt-ral"
authors = ["Tom Burdick <tom.burdick@electromatic.us>"]
description = "Register access layer for all NXP i.MX RT microcontrollers"
repository = "https://github.com/imxrt-rs/imxrt-rs"
documentation = "https://docs.rs/imxrt"
readme = "README.md"
keywords = ["imxrt", "nxp", "embedded", "no_std"]
categories = ["embedded", "no-std"]
license = "MIT/Apache-2.0"
edition = "2018"

# Change version in imxrtral.py, not in Cargo.toml!
version = "0.1.0"

[package.metadata.docs.rs]
features = ["doc"]
no-default-features = true

[dependencies]
# Change dependency versions in stm32ral.py, not here!
bare-metal = "0.2.5"
external_cortex_m = { package = "cortex-m", version = "0.6.2" }
cortex-m-rt = { version = "0.6.12", optional = true }

[features]
rt = ["cortex-m-rt/device"]
inline-asm = ["external_cortex_m/inline-asm"]
rtfm = []
default = []
nosync = []
doc = []
armv6m = []
armv7em = []
armv7m = []
imxrt1011 = ["armv7em"]
imxrt1015 = ["armv7em"]
imxrt1021 = ["armv7em"]
imxrt1051 = ["armv7em"]
imxrt1052 = ["armv7em"]
imxrt1061 = ["armv7em"]
imxrt1062 = ["armv7em"]
imxrt1064 = ["armv7em"]