initial commit

This commit is contained in:
Jorge Aparicio
2017-03-12 13:01:08 -05:00
commit 63213f3568
13 changed files with 492 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
authors = [{{toml-escape author}}]
name = "cortex-m-quickstart"
version = "0.0.0"
[dependencies]
cortex-m = "0.2.1"
cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt" }
cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp" }
{{name}} = "*"
[features]
default = ["cortex-m-rt/linker-script"]