Initial Commit

This commit is contained in:
2021-04-06 23:49:19 +02:00
commit 9b1d333f41
7325 changed files with 1681364 additions and 0 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
set -ex
# TODO: You currently need the unreleased version of svd2rust from git for this to work:
# i.e. cargo install --git https://github.com/rust-embedded/svd2rust.git --force svd2rust
svd2rust -i svd/psoc4.svd
rm -rf src
form -i lib.rs -o src/ && rm lib.rs
cargo fmt