svd_board 0.3.0

Autogenerated structs and accessor methods for the memory mapped registers of various ARM boards based on CMSIS SVD files.
[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
build = "build.rs"
name = "svd_board"
version = "0.3.0"

repository = "https://github.com/embed-rs/svd_board"
documentation = "https://docs.rs/svd_board"
description = "Autogenerated structs and accessor methods for the memory mapped registers of various ARM boards based on CMSIS SVD files."
keywords = ["arm", "stm32", "cortex-m", "generator", "svd"]
license = "MIT OR Apache-2.0"

[build-dependencies]
svd-parser = "0.1.1"
inflections = "1.0.0"
svd_codegen = "0.4.0"

[dependencies]
bit_field = "0.6.0"
once = "0.3.2"
volatile = "0.2.0"

[lib]

[features]
stm32f46 = []
stm32f7 = []