[package] name = "efm32hg309f64-pac" version = "0.2.1" authors = ["Jacob Rosenthal ", "Nurahmadie "] edition = "2021" keywords = ["no-std", "arm", "cortex-m", "efm32hg309", "pac"] readme = "readme.md" repository = "https://github.com/em32-rs/efm32hg-pac" description = "Peripheral Access Crate for EFM32HG309 series MCU from Silicon Labs" license = "MIT OR Apache-2.0" [dependencies] bare-metal = "1.0.0" cortex-m = "^0.7.1" cortex-m-rt = { version = "^0.7.1", optional = true } vcell = "0.1.0" [features] rt = ["cortex-m-rt/device"] [workspace] members = ["tools"]