Parcourir la source

Initial commit

Román Cárdenas Rodríguez il y a 1 an
commit
50c6460cda
2 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. 14 0
      .gitignore
  2. 2 0
      README.md

+ 14 - 0
.gitignore

@@ -0,0 +1,14 @@
+# Generated by Cargo
+# will have compiled files and executables
+debug/
+target/
+
+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
+# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
+Cargo.lock
+
+# These are backup files generated by rustfmt
+**/*.rs.bk
+
+# MSVC Windows builds of rustc generate these, which store debugging information
+*.pdb

+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+# riscv-peripheral
+Standard RISC-V targets for embedded systems written in Rust