only compile arch specific code for cortex-a
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled

This commit is contained in:
Robin Mueller
2025-10-09 01:23:28 +02:00
parent 4e2da0a790
commit 687be0e515
12 changed files with 46 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
arm_targets::process();
}