13 Commits

Author SHA1 Message Date
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
2088d7dc8a
prepare peb1 release 2025-03-07 17:19:42 +01:00
a3c6366e98 UART error handling update 2025-03-07 17:10:42 +01:00
41b215e326
bump all dependencies and prepare BSP and embassy release 2025-02-18 16:55:08 +01:00
c67f50c96c prep HAL release v0.4.0 2025-02-18 16:26:44 +01:00
0bcf611e46 Async GPIO implementation 2025-02-15 18:51:03 +01:00
25f7b79f28
use released HAL dependency 2024-10-01 10:55:55 +02:00
ff58fb7b55 prepare release for BSP 2024-10-01 10:54:11 +02:00
22cc40c095
prepare release for BSP
Some checks are pending
Rust/va416xx-rs/pipeline/head Build started...
2024-10-01 10:43:06 +02:00
3813c397f7 bump HAL version
Some checks are pending
Rust/va416xx-rs/pipeline/pr-main Build started...
2024-09-30 15:23:24 +02:00
a326e5d058 Device specific support and UART Improvements
All checks were successful
Rust/va416xx-rs/pipeline/head This commit looks good
2024-07-18 21:32:36 -07:00
1bd39624ff
prepare HAL release
Some checks are pending
Rust/va416xx-rs/pipeline/head Build queued...
2024-07-01 14:54:47 +02:00
5d1740efea Init Commit
All checks were successful
Rust/va416xx-rs/pipeline/head This commit looks good
Monorepo for Rust support of VA416XX family of radiation hardened MCUs
2024-06-25 20:01:21 +02:00