11 Commits

Author SHA1 Message Date
d014e04249 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 15:06:40 +02:00
0bcf611e46 Async GPIO implementation 2025-02-15 18:51:03 +01:00
14ad647773 HAL update + CHANGELOG 2025-02-14 15:31:19 +01:00
4fa1b17f20
simplified PWM impl 2025-02-13 19:05:40 +01:00
69f8671412 added and created embassy library 2025-02-13 18:20:51 +01:00
273be8b3cf
bumped PAC to v0.3.0 2025-02-13 16:11:27 +01:00
a1a83700f8 Add embassy example
All checks were successful
Rust/va416xx-rs/pipeline/pr-main This commit looks good
2024-09-17 21:30:57 +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
a2a4b5ff01
small improvements and fixes
All checks were successful
Rust/va416xx-rs/pipeline/head This commit looks good
2024-07-01 16:02:10 +02:00
5f50892d8a finished basic ADC and DAC HAL
Some checks are pending
Rust/va416xx-rs/pipeline/head Build started...
2024-07-01 14:47:08 +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