initial commit

This commit is contained in:
Jorge Aparicio 2017-03-05 00:26:14 -05:00
commit aba9333799
6 changed files with 424 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "cortex-m-srp"
version = "0.1.0"
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
[dependencies.cortex-m]
branch = "svd2rust"
git = "https://github.com/japaric/cortex-m"