mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
initial commit
This commit is contained in:
commit
aba9333799
6 changed files with 424 additions and 0 deletions
8
Cargo.toml
Normal file
8
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue