[package] name = "stm32h7x3" version = "0.0.1" authors = ["Cody Schafer "] description = "Peripheral access API for STM32H7X3 microcontrollers" documentation = "https://docs.rs/stm32h7x3" keywords = ["arm", "cortex-m", "stm32", "svd2rust"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/jmesmon/stm32h7x3" [dependencies] bare-metal = "0.1" cortex-m = "0.3" vcell = "0.1" [dependencies.cortex-m-rt] optional = true version = "0.3" [features] rt = ["cortex-m-rt"]