blob: 2582ae52bf4d2150f19321c06be7a27f6003d9e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Low level access to Cortex-M processors"
documentation = "https://docs.rs/cortex-m"
keywords = ["arm", "cortex-m", "register", "peripheral"]
license = "MIT OR Apache-2.0"
name = "cortex-m"
repository = "https://github.com/japaric/cortex-m"
version = "0.4.3"
[dependencies]
aligned = "0.1.1"
bare-metal = "0.1.0"
volatile-register = "0.2.0"
untagged-option = "0.1.1"
[features]
cm7-r0p1 = []
|