14 Commits

Author SHA1 Message Date
Robin Mueller 62e95972e0 bump HAL and PAC 2025-09-03 11:07:24 +02:00
muellerr 993a0bcd3e CAN peripheral support 2025-05-13 16:52:35 +02:00
muellerr 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
muellerr 3b5e7a9af3 start switching to defmt 2025-04-22 18:21:19 +02:00
muellerr a3c6366e98 UART error handling update 2025-03-07 17:10:42 +01:00
muellerr 54c949421e added async support for UART 2025-02-17 11:28:33 +01:00
muellerr 0bcf611e46 Async GPIO implementation 2025-02-15 18:51:03 +01:00
muellerr 14ad647773 HAL update + CHANGELOG 2025-02-14 15:31:19 +01:00
muellerr 69f8671412 added and created embassy library 2025-02-13 18:20:51 +01:00
muellerr 273be8b3cf bumped PAC to v0.3.0 2025-02-13 16:11:27 +01:00
muellerr e1487c8969 smaller improvements and fixes
Rust/va416xx-rs/pipeline/head This commit looks good
2024-09-30 12:17:05 +02:00
muellerr 42e3cfde8a improve UART impl
Rust/va416xx-rs/pipeline/pr-main This commit looks good
2024-09-24 17:22:00 +02:00
muellerr abede6057e UART with IRQ + Embassy example
Rust/va416xx-rs/pipeline/pr-main This commit looks good
2024-09-24 10:59:41 +02:00
muellerr a1a83700f8 Add embassy example
Rust/va416xx-rs/pipeline/pr-main This commit looks good
2024-09-17 21:30:57 +02:00