drop linker-flavor, port more examples

This commit is contained in:
Jorge Aparicio
2018-04-26 05:25:27 +02:00
parent 0e2ec97ce6
commit 8e79d05cc4
12 changed files with 246 additions and 154 deletions

View File

@@ -9,15 +9,20 @@ repository = "https://github.com/japaric/cortex-m-quickstart"
version = "0.2.7"
[dependencies]
# cortex-m = "0.4.0"
# cortex-m-rt = "0.4.0"
# cortex-m-rt = "0.5.0"
cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt", branch = "stable" }
# panic-loop = { path = "../panic-loop" }
panic-abort = "0.1.1"
# panic-semihosting = "0.1.0"
# panic-semihosting = "0.1.1"
panic-semihosting = { git = "https://github.com/japaric/panic-semihosting", branch = "stable" }
# Uncomment for the allocator example.
#alloc-cortex-m = "0.3.3"
[dependencies.cortex-m]
branch = "stable"
default-features = false
git = "https://github.com/japaric/cortex-m"
# version = "0.4.4"
[dependencies.cortex-m-semihosting]
default-features = false
version = "0.2.1"