[package] name = "efm32lg230-pac" description = "Peripheral access API for EFM32LG230 MCU (generated using svd2rust)" homepage = "https://github.com/efm32-rs/efm32lg-pacs" version = "0.1.0" authors = [ "Vladimir Petrigo ",] license = "BSD-3-Clause" keywords = [ "no-std", "arm", "cortex-m", "efm32",] categories = [ "embedded", "hardware-support", "no-std",] repository = "https://github.com/efm32-rs/efm32lg-pacs" readme = "README.md" edition = "2021" [dependencies] cortex-m = "~0.7" vcell = "~0.1" [features] rt = [ "cortex-m-rt/device",] [dependencies.cortex-m-rt] version = "~0.7" optional = true