[package] name = "mm32f5" version = "0.1.0" edition = "2021" authors = ["Andelf "] repository = "https://github.com/andelf/mm32f5/" documentation = "https://docs.rs/mm32f5" homepage = "https://github.com/andelf/mm32f5" categories = ["embedded", "no-std"] description = "Peripheral access API for MM32F5270 and MM32F5280 microcontrollers" keywords = ["mm32f5", "svd2rust", "no_std", "embedded"] readme = "README.md" license = "MIT/Apache-2.0" [lib] path = "lib.rs" [dependencies] cortex-m = "0.7.7" vcell = "0.1" critical-section = { version = "1.1.1", optional = true } cortex-m-rt = { version = "0.7.2", optional = true } [features] default = ["critical-section"] rt = ["cortex-m-rt/device"]