# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "stm32f469i-disc" version = "0.2.1" authors = ["Michael Fairman "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Board support crate for the STM32F469 DISCOVERY kit" readme = "README.md" keywords = [ "arm", "cortex-m", "template", ] categories = [ "embedded", "no-std", ] license = "0BSD" repository = "https://github.com/tegimeki/stm32f469i-disc" [package.metadata.docs.rs] features = [] targets = ["thumbv7em-none-eabihf"] [profile.dev] opt-level = 3 lto = false codegen-units = 16 debug = 2 debug-assertions = false rpath = false overflow-checks = false incremental = false strip = "none" [profile.release] opt-level = "s" lto = true debug = 2 [lib] name = "stm32f469i_disc" path = "src/lib.rs" [[example]] name = "display_dsi_lcd" path = "examples/display_dsi_lcd.rs" [[example]] name = "fmc_sdram_test" path = "examples/fmc_sdram_test.rs" [[example]] name = "gpio_hal_blinky" path = "examples/gpio_hal_blinky.rs" [dependencies.cortex-m] version = "0.7.2" [dependencies.cortex-m-rt] version = "0.7.0" [dependencies.defmt] version = "0.3.4" optional = true [dependencies.defmt-rtt] version = "0.4.0" [dependencies.embedded-hal] version = "1.0" [dependencies.otm8009a] version = "0.1" [dependencies.panic-probe] version = "0.3.0" features = ["print-defmt"] [dependencies.rtt-target] version = "0.5.0" [dependencies.stm32-fmc] version = "0.3.2" [dependencies.stm32f4xx-hal] version = "0.22.1" features = [ "stm32f469", "stm32-fmc", "dsihost", "defmt", ] default-features = false [dev-dependencies.defmt] version = "0.3.4" [dev-dependencies.defmt-rtt] version = "0.4.0" [features] display_dsi_lcd = ["defmt"] fmc_sdram_test = ["defmt"] gpio_hal_blinky = ["defmt"]