Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
smzahraee committed Aug 17, 2022
0 parents commit 0b8ae55
Show file tree
Hide file tree
Showing 6 changed files with 564 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [build]
# target = "armv7-unknown-linux-gnueabihf"

# [target.armv7-unknown-linux-gnueabihf]
# linker = "arm-poky-linux-gnueabi-gcc"
# rustflags = [
# "-C", "link-arg=--sysroot=/opt/poky/3.1.16/sysroots/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/",
# "-C", "link-args=-Xlinker --dynamic-linker=/lib/ld-linux-armhf.so.3"
# ]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading

0 comments on commit 0b8ae55

Please sign in to comment.