last tweak
Some checks failed
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

This commit is contained in:
Robin Mueller
2025-09-02 20:56:10 +02:00
parent 0da01dbac9
commit 41fe9f95f2

View File

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