[package] authors = ["Astro "] categories = ["embedded", "hardware-support", "no-std"] description = "HAL for the STM32F429 family of microcontrollers, forked from the one for STM32F30x" keywords = ["arm", "cortex-m", "stm32", "hal", "embedded-hal"] license = "MIT OR Apache-2.0" name = "stm32f429-hal" repository = "https://github.com/astro/stm32f429-hal" documentation = "https://docs.rs/stm32f429-hal" version = "0.1.1" [dependencies] cortex-m = "0.5" nb = "0.1" stm32f429 = "0.6" [dependencies.embedded-hal] version = "0.2" features = ["unproven"] [dependencies.cast] default-features = false version = "0.2" [dependencies.void] default-features = false version = "1.0" [features] rt = ["stm32f429/rt"]