va416xx-rs/va416xx-embassy
Robin Mueller 935ee9dbb1 Rework library structure
Changed:

- Move most library components to new [`vorago-shared-periphs`](https://egit.irs.uni-stuttgart.de/rust/vorago-shared-periphs)
  which is mostly re-exported in this crate.
- Overhaul and simplification of several HAL APIs. The system configuration and IRQ router
  peripheral instance generally does not need to be passed to HAL API anymore.
- All HAL drivers are now type erased. The constructors will still expect and consume the PAC
  singleton component for resource management purposes, but are not cached anymore.
- Refactoring of GPIO library to be more inline with embassy GPIO API.

Added:

- I2C clock timeout feature support.
2025-04-24 16:54:03 +02:00
..
2025-04-24 16:54:03 +02:00
2025-04-24 16:54:03 +02:00
2025-03-07 17:10:42 +01:00
2025-02-13 18:24:57 +01:00
2025-02-13 18:24:57 +01:00

Crates.io docs.rs

Embassy-rs support for the Vorago VA416xx MCU family

This repository contains the embassy-rs support for the VA416xx family. Currently, it contains the time driver to allow using embassy-rs. It uses the TIM peripherals provided by the VA416xx family for this purpose.

The documentation contains more information on how to use this crate.