# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stm32h7-fmc" version = "0.3.0" authors = ["Richard Meadows "] exclude = [".gitignore", "README.tpl", ".travis.yml"] description = "Hardware Abstraction Layer for Flexible Memory Controller (FMC) on STM32H7" readme = "README.md" keywords = ["stm32", "stm32h7", "sdram", "memory"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/richardeoin/stm32h7-fmc" [package.metadata.docs.rs] features = ["stm32h743v"] targets = ["thumbv7em-none-eabihf"] [[example]] name = "stm32h747i-disco" required-features = ["stm32h7xx-hal/rt", "stm32h7xx-hal/stm32h747cm7"] [dependencies.log] version = "^0.4.8" optional = true default-features = false [dependencies.stm32h7xx-hal] version = "^0.6.0" [dev-dependencies.cortex-m] version = "0.6.2" [dev-dependencies.cortex-m-log] version = "0.6.1" features = ["itm", "log-integration"] [dev-dependencies.cortex-m-rt] version = "0.6.12" [dev-dependencies.log] version = "0.4.8" [dev-dependencies.panic-itm] version = "0.4.1" [features] stm32h742 = ["stm32h7xx-hal/stm32h742"] stm32h742v = ["stm32h7xx-hal/stm32h742v"] stm32h743 = ["stm32h7xx-hal/stm32h743"] stm32h743v = ["stm32h7xx-hal/stm32h743v"] stm32h747cm7 = ["stm32h7xx-hal/stm32h747cm7"] stm32h750 = ["stm32h7xx-hal/stm32h750"] stm32h750v = ["stm32h7xx-hal/stm32h750v"] stm32h753 = ["stm32h7xx-hal/stm32h753"] stm32h753v = ["stm32h7xx-hal/stm32h753v"]