[package] authors = ["chrysn "] description = "Peripheral access API for EFR32xG1 microcontrollers" keywords = ["no-std", "arm", "cortex-m", "efr32"] license = "MIT OR Apache-2.0" name = "efr32xg1" version = "0.2.1" repository = "https://gitlab.com/chrysn/efr32xg1" readme = "README.md" # as suggested by svd2rust 0.14 documentation: [dependencies] bare-metal = "0.2.0" cortex-m = "0.5.8" vcell = "0.1.0" [dependencies.cortex-m-rt] optional = true version = "0.6.5" [features] rt = ["cortex-m-rt/device"]