Skip to content

Instantly share code, notes, and snippets.

@gbip
Created October 8, 2018 16:13
Show Gist options
  • Save gbip/3bc666043ad7d5d4e316ca15a9a5b32c to your computer and use it in GitHub Desktop.
Save gbip/3bc666043ad7d5d4e316ca15a9a5b32c to your computer and use it in GitHub Desktop.
[dependencies]
embedded-hal = "0.2.1"
nb = "0.1.1"
[dependencies.cortex-m]
version = "0.5.7"
[dependencies.cortex-m-rt]
features = ["device"]
version = "0.5.7"
[dependencies.cortex-m-semihosting]
version = "0.3.0"
[dependencies.panic-semihosting]
version = "0.3.0"
[dependencies.stm32f103xx]
features = ["rt"]
git = "https://github.com/japaric/stm32f103xx"
[dependencies.stm32f103xx-hal]
#features = ["rt"]
git = "https://github.com/japaric/stm32f103xx-hal"
[profile.release]
codegen-units = 1
debug = true
lto = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment