* upgradable boards * updates the install manual for proper SSL config * storage locations from build script * deploy script improvements * UTC time
19 lines
526 B
TOML
19 lines
526 B
TOML
[package]
|
|
name = "nrf52840dk_opensk_b"
|
|
version = "0.1.0"
|
|
authors = ["Tock Project Developers <tock-dev@googlegroups.com>"]
|
|
build = "build.rs"
|
|
edition = "2018"
|
|
|
|
[[bin]]
|
|
path = "../nrf52840dk_opensk/src/main.rs"
|
|
name = "nrf52840dk_opensk_b"
|
|
|
|
[dependencies]
|
|
components = { path = "../../components" }
|
|
cortexm4 = { path = "../../../arch/cortex-m4" }
|
|
capsules = { path = "../../../capsules" }
|
|
kernel = { path = "../../../kernel" }
|
|
nrf52840 = { path = "../../../chips/nrf52840" }
|
|
nrf52_components = { path = "../nrf52_components" }
|