[package] name = "efm32pg1b-pac" version = "0.3.0" edition = "2021" authors = ["Bogdan Olar "] description = "Peripheral access API for Silicon Labs EFM32PG1B microcontrollers" keywords = ["pac", "arm", "cortex-m", "efm32pg1b", "svd2rust"] categories = ["embedded", "hardware-support", "no-std"] readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/BogdanOlar/efm32pg1b-pac" [dependencies] critical-section = { version = "1.1.2", optional = true } cortex-m = "0.7.7" cortex-m-rt = { version = "0.7.3", optional = true } defmt = { version = "0.3.6", optional = true } vcell = "0.1.3" portable-atomic = { version = "1", default-features = false, optional = true } [package.metadata.docs.rs] features = ['critical-section', 'rt'] default-target = "thumbv7m-none-eabi" targets = [] [features] default = ["critical-section", "rt"] rt = ["cortex-m-rt/device"] atomics = ["dep:portable-atomic"]