[package] edition = "2018" authors = ["Daniel Egger "] categories = [ "embedded", "no-std", ] description = "Board support crate for the STM32F429I DISCOVERY microcontroller board" documentation = "https://docs.rs/crate/stm32f429i-disc" keywords = [ "arm", "cortex-m", "template", "bsp", ] license = "0BSD" name = "stm32f429i-disc" repository = "https://github.com/stm32-rs/stm32f429i-disc" version = "0.2.0" readme = "README.md" [dependencies] cortex-m = "0.6.0" cortex-m-rt = "0.6.8" [dependencies.embedded-hal] features = ["unproven"] version = "0.2.2" [dependencies.stm32f4xx-hal] default-features = false features = ["rt", "stm32f429"] version = "0.5.0" [dev-dependencies] ssd1306 = "0.2.4" nb = "0.1.2" panic-halt = "0.2.0" l3gd20 = "0.2.0" [profile.dev] debug = true [profile.release] debug = true lto = true opt-level = "s"