Files
vorago-rs/vorago-shared-hal/README.md
Robin Mueller 78396da160
shared-hal-ci / Check build (push) Has been cancelled
shared-hal-ci / Check formatting (push) Has been cancelled
shared-hal-ci / Check Documentation Build (push) Has been cancelled
shared-hal-ci / Clippy (push) Has been cancelled
va108xx-ci / Check build (push) Has been cancelled
va108xx-ci / Run Tests (push) Has been cancelled
va108xx-ci / Check formatting (push) Has been cancelled
va108xx-ci / Check Documentation Build (push) Has been cancelled
va108xx-ci / Clippy (push) Has been cancelled
va416xx-ci / Check build (push) Has been cancelled
va416xx-ci / Run Tests (push) Has been cancelled
va416xx-ci / Check formatting (push) Has been cancelled
va416xx-ci / Check Documentation Build (push) Has been cancelled
va416xx-ci / Clippy (push) Has been cancelled
URLs and other improvements
2025-10-29 22:27:33 +01:00

23 lines
667 B
Markdown

[![Crates.io](https://img.shields.io/crates/v/vorago-shared-hal)](https://crates.io/crates/vorago-shared-hal)
Vorago Shared Peripherals
========
Peripheral drivers shared between Vorago families.
This library should not used directly. Instead, use the re-exported modules of the repective
[VA108xx HAL](https://egit.irs.uni-stuttgart.de/rust/vorago-rs/src/branch/main/va108xx/va108xx-hal) and
[VA416xx HAL](https://egit.irs.uni-stuttgart.de/rust/vorago-rs/src/branch/main/va416xx/va416xx-hal).
## Check / Build for VA1XXX family
```sh
cargo check --features "vor1x, defmt"
```
## Check / Build for VA4XXX family
```sh
cargo check --features "vor4x, defmt"
```