cortex-m-asm 0.1.1

ASM intrinsics for Cortex-M CPUs
Documentation
[dependencies.nightly-crimes]
optional = true
version = "1.0.2"

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

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