Skip to content

Instantly share code, notes, and snippets.

@Yatekii
Last active January 13, 2019 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yatekii/c886f7d97daa2a8ad73915427e448d8e to your computer and use it in GitHub Desktop.
Save Yatekii/c886f7d97daa2a8ad73915427e448d8e to your computer and use it in GitHub Desktop.
[package]
authors = ["Noah Hüsser <yatekii@yatekii.ch>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "BSP for the nRF52840-DK"
keywords = ["arm", "cortex-m", "nrf52", "hal"]
license = "MIT OR Apache-2.0"
name = "nrf52840-dk"
version = "0.1.0"
edition = "2018"
[dependencies]
nrf52840-hal = { path = "../../nrf52840-hal" }
[dev-dependencies]
cortex-m-rt = "0.6.5"
cortex-m-semihosting = "~0.3"
panic-semihosting = "~0.5"
nb = "~0.1"
[features]
rt = ["nrf52840-hal/rt"]
default = ["rt"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment