interrupture-stm32f7x6 0.1.0

stm32f7x6 support for HAL interrupt usage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "interrupture-stm32f7x6"
version = "0.1.0"
authors = ["Oliver Scherer <github35764891676564198441@oli-obk.de>"]
edition = "2018"
description = "stm32f7x6 support for HAL interrupt usage"
license = "MIT OR Apache-2.0"
repository = "https://github.com/embed-rs/stm32f7-discovery"

[dependencies]
interrupture = { version = "0.1.0", path = "../interrupture" }
cortex-m-rt = "0.6.4"

[dependencies.stm32f7]
version = "0.3.2"
features = ["stm32f7x6", "rt"]