15 lines
429 B
TOML
15 lines
429 B
TOML
[package]
|
|
name = "nrf52840_mdk_dfu"
|
|
version = "0.1.0"
|
|
authors = ["Yihui Xiong <yihui.xiong@hotmail.com>"]
|
|
build = "build.rs"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
components = { path = "../../components" }
|
|
cortexm4 = { path = "../../../arch/cortex-m4" }
|
|
capsules = { path = "../../../capsules" }
|
|
kernel = { path = "../../../kernel" }
|
|
nrf52840 = { path = "../../../chips/nrf52840" }
|
|
nrf52_components = { path = "../nrf52_components" }
|