[package] | |
name = "matcha_hal" | |
version = "0.1.0" | |
edition = "2018" | |
[dependencies] | |
core2 = { version = "0.3", default-features = false } | |
kernel = { path = "../../tock/kernel" } | |
matcha_config = { path = "../config" } | |
reg_constants = { path = "../reg_constants" } |