15 Commits

Author SHA1 Message Date
58934e293f 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.
- All HAL API constructors now have a more consistent argument order: PAC structures and resource
  management structures first, then clock configuration, then any other configuration.
- 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 22:33:46 +02:00
606d6a43b4
bump embassy version to v0.2.1 2025-03-07 16:40:22 +01:00
a6ef0954cb prepare reb1 and embassy releases 2025-03-07 16:30:11 +01:00
561a8419c5
check all updated dependencies 2025-03-07 16:15:17 +01:00
16591346e5 prep embassy v0.2.0 2025-02-17 23:52:26 +01:00
521c07460a prep embassy v0.1.3 2025-02-17 20:50:28 +01:00
f9d1233d3f prep HAL v0.10.0 2025-02-17 20:15:47 +01:00
8b55d0923f Bugfix and improvements for async GPIO 2025-02-15 12:46:10 +01:00
17f13fc4dc
minor improvments for embassy lib 2025-02-13 18:27:05 +01:00
b4f1512463 docs patch 2 2025-02-13 15:47:50 +01:00
d57cd383cd doc fixes 2025-02-13 15:38:38 +01:00
107189b166 prepare va108xx-embassy release 2025-02-13 15:22:18 +01:00
189ac2d256
bump PAC version 2025-02-12 14:47:18 +01:00
6e0d417a5c Async UART TX support 2025-02-12 14:13:35 +01:00
5b614e1280 Update for va108xx
- New `va108xx-embassy` crate.
- Embassy library uses new crate
- Updated all dependencies

va108xx-hal

- Refactored and simplified PWM driver
- Added new raw getter API for TIM peripheral blocks
2025-02-10 11:40:37 +01:00