[package] name = "efm32hg309f64" version = "0.1.0" authors = ["Hayden Hughes "] description = "Peripheral access for the efm32hg309 microcontroller with 64kb of flash." edition = "2018" license = "MIT" categories = ["embedded"] repository = "https://github.com/haydenhughes/efm32hg309f64" keywords = [ "no-std", "arm", "cortex-m", "efm32", ] [dependencies] bare-metal = "0.2.5" cortex-m = "0.6.1" vcell = "0.1.2" [dependencies.cortex-m-rt] optional = true version = "0.6.10" [features] rt = ["cortex-m-rt/device"]