mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-11-15 21:21:11 +00:00
18 lines
No EOL
444 B
TOML
18 lines
No EOL
444 B
TOML
[package]
|
|
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
name = "dk"
|
|
version = "0.0.0"
|
|
|
|
[dependencies]
|
|
cortex-m = "0.6.2"
|
|
cortex-m-rt = "0.6.12"
|
|
embedded-hal = "0.2.3"
|
|
hal = { package = "nrf52840-hal", git = "https://github.com/japaric/nrf-hal", branch = "radio" }
|
|
log = "0.4.8"
|
|
rtt-target = { version = "0.2.0", features = ["cortex-m"] }
|
|
|
|
[features]
|
|
beginner = []
|
|
advanced = [] |