init commit

This commit is contained in:
2025-02-19 11:00:04 +01:00
commit 7cfb8adcd0
101 changed files with 20254 additions and 0 deletions

3
scripts/unittest.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
cargo +stable test --target $(rustc -vV | grep host | cut -d ' ' -f2) -p zynq7000-hal
cargo +stable test --target $(rustc -vV | grep host | cut -d ' ' -f2) -p zynq7000