efr32x12p 0.1.0

Peripheral access API for EFR32x12P microcontrollers
Documentation
[package]
name = "efr32x12p"
version = "0.1.0"
authors = ["meh. <meh@schizofreni.co>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Peripheral access API for EFR32x12P microcontrollers"
documentation = "https://docs.rs/efr32x12p"
keywords = ["arm", "cortex-m", "efr32", "svd2rust"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/1aim/rust-efr32x12p"

[dependencies]
bare-metal = "0.1.0"
cortex-m = "0.4.0"
vcell = "0.1.0"

[dependencies.cortex-m-rt]
optional = true
version = "0.3.0"

[features]
rt = ["cortex-m-rt"]