[package] name = "cortex-m-asm" authors = ["Adam Greig "] version = "0.1.2" 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]