3
0
Fork
You've already forked calico
0
Hardware-In-The-Loop test harness and runner for Embedded Rust
  • Rust 99.4%
  • Linker Script 0.6%
2026年07月08日 23:41:32 -06:00
.vscode fix rustc running with all-targets causing an error by checking harness crate against desktop std-library platforms 2026年07月08日 23:09:01 -06:00
crates start adding test function init wrapper and entrypoint function 2026年07月08日 23:41:32 -06:00
examples/stm32f401re harness: move test harness to own crate to fix rust-analyzer getting confused by mixing std and no_std code in same library 2026年07月08日 23:00:19 -06:00
src start adding test function init wrapper and entrypoint function 2026年07月08日 23:41:32 -06:00
.gitignore implement ELF test metdata extraction fundamentals 2026年07月04日 21:47:33 -06:00
build.rs implement ELF test metdata extraction fundamentals 2026年07月04日 21:47:33 -06:00
calico.x implement #[calico::setup] for test suite initialization 2026年07月08日 20:51:36 -06:00
Cargo.lock fix rustc running with all-targets causing an error by checking harness crate against desktop std-library platforms 2026年07月08日 23:09:01 -06:00
Cargo.toml start adding test function init wrapper and entrypoint function 2026年07月08日 23:41:32 -06:00
LICENSE add LICENSE 2026年07月04日 22:01:22 -06:00
README.md add READMEs to crates 2026年07月04日 23:00:00 -06:00

calico

A Hardware-In-The-Loop (HITL) test harness and runner for embedded Rust.