blob: ab683ecb0e2189fad2c5126aa04f73ff87b1194e [file] [log] [blame]
[package]
name = "stm32f446re"
version = "0.1.0"
authors = ["Tock Project Developers <tock-dev@googlegroups.com>"]
edition = "2018"
[dependencies]
cortexm4 = { path = "../../arch/cortex-m4" }
kernel = { path = "../../kernel" }
stm32f4xx = { path = "../stm32f4xx" }
tock-rt0 = { path = "../../libraries/tock-rt0" }
enum_primitive = { path = "../../libraries/enum_primitive" }