Added unit tests!!

This commit is contained in:
Gabe Venberg 2023-10-28 22:01:36 -05:00
parent 501230e121
commit 3e29d8bc6a
15 changed files with 335 additions and 183 deletions

View file

@ -0,0 +1,7 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7em-none-eabihf"