cortex-m-asm 0.1.1

ASM intrinsics for Cortex-M CPUs
Documentation
[package]
name = "cortex-m-asm"
authors = ["Adam Greig <adam@adamgreig.com>"]
version = "0.1.1"
categories = ["embedded", "hardware-support", "no-std"]
description = "ASM intrinsics for Cortex-M CPUs"
documentation = "https://docs.rs/cortex-m-asm"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/adamgreig/cortex-m-asm"
edition = "2018"

[package.metadata.docs.rs]
default-target = "thumbv7em-none-eabihf"
targets = [
    "thumbv6m-none-eabi",
    "thumbv7m-none-eabi",
    "thumbv7em-none-eabi",
    "thumbv7em-none-eabihf",
    "thumbv8m.base-none-eabi",
    "thumbv8m.main-none-eabi",
    "thumbv8m.main-none-eabihf",
]

[dependencies]
nightly-crimes = { version = "1.0.2", optional = true }

[features]
default = []
do-crimes = ["nightly-crimes"]